Caffeinated\Modules\Console\Commands\ModuleMigrateResetCommand::getMigrationPath PHP Method

getMigrationPath() protected method

Get migrations path.
protected getMigrationPath ( $slug ) : string
return string
    protected function getMigrationPath($slug)
    {
        return module_path($slug, 'Database/Migrations');
    }