App\Ninja\Repositories\BaseRepository::getInstance PHP Méthode

getInstance() private méthode

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