Baum\Console\InstallCommand::getMigrationsPath PHP Метод

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

Get the path to the migrations directory.
protected getMigrationsPath ( ) : string
Результат string
    protected function getMigrationsPath()
    {
        return $this->laravel->databasePath();
    }