Nwidart\Modules\Traits\MigrationLoaderTrait::getMigrationGeneratorPath PHP Method

getMigrationGeneratorPath() protected method

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