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

getPath() protected method

Get the path.
protected getPath ( ) : string
return string
    protected function getPath()
    {
        // Path.
        $path = $this->getDirectory() . DIRECTORY_SEPARATOR . $this->getRepositoryName() . '.php';
        // return path.
        return $path;
    }