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

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

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