Nwidart\Modules\Traits\MigrationLoaderTrait::getMigrationGeneratorPath PHP Méthode

getMigrationGeneratorPath() protected méthode

Get migration generator path.
protected getMigrationGeneratorPath ( ) : string
Résultat string
    protected function getMigrationGeneratorPath()
    {
        return $this->laravel['modules']->config('paths.generator.migration');
    }