Laratrust\MakeSeederCommand::getMigrationPath PHP Method

getMigrationPath() protected method

Get the seeder path.
protected getMigrationPath ( ) : string
return string
    protected function getMigrationPath()
    {
        return database_path("seeds/LaratrustSeeder.php");
    }