Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/BaseCommand.php
Строк: 19
<?php

namespace IlluminateDatabaseConsoleMigrations;

use 
IlluminateConsoleCommand;

class 
BaseCommand extends Command
{
    
/**
     * Get the path to the migration directory.
     *
     * @return string
     */
    
protected function getMigrationPath()
    {
        return 
$this->laravel->databasePath().DIRECTORY_SEPARATOR.'migrations';
    }
}
Онлайн: 1
Реклама