Laratrust\MakeSeederCommand::getMigrationPath PHP Метод

getMigrationPath() защищенный Метод

Get the seeder path.
protected getMigrationPath ( ) : string
Результат string
    protected function getMigrationPath()
    {
        return database_path("seeds/LaratrustSeeder.php");
    }