Bosnadev\Repositories\Console\Commands\Creators\RepositoryCreator::getStubPath PHP Метод

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

Get the stub path.
protected getStubPath ( ) : string
Результат string
    protected function getStubPath()
    {
        // Stub path.
        $stub_path = __DIR__ . '/../../../../../../resources/stubs/';
        // Return the stub path.
        return $stub_path;
    }