App\services\ClientService::getRepo PHP Method

getRepo() protected method

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