App\services\ClientService::getRepo PHP Méthode

getRepo() protected méthode

protected getRepo ( ) : ClientRepository
Résultat App\Ninja\Repositories\ClientRepository
    protected function getRepo()
    {
        return $this->clientRepo;
    }