App\services\UserService::getRepo PHP Method

getRepo() protected method

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