Baum\Console\InstallCommand::getModelsPath PHP Method

getModelsPath() protected method

Get the path to the models directory.
protected getModelsPath ( ) : string
return string
    protected function getModelsPath()
    {
        return $this->laravel->basePath();
    }