App\Ninja\Repositories\BaseRepository::getInstance PHP Method

getInstance() private method

private getInstance ( ) : mixed
return mixed
    private function getInstance()
    {
        $className = $this->getClassName();
        return new $className();
    }