Bosnadev\Repositories\Console\Commands\Creators\RepositoryCreator::getStubPath PHP Method

getStubPath() protected method

Get the stub path.
protected getStubPath ( ) : string
return string
    protected function getStubPath()
    {
        // Stub path.
        $stub_path = __DIR__ . '/../../../../../../resources/stubs/';
        // Return the stub path.
        return $stub_path;
    }