App\services\AccountGatewayService::getRepo PHP Метод

getRepo() защищенный Метод

protected getRepo ( ) : AccountGatewayRepository
Результат App\Ninja\Repositories\AccountGatewayRepository
    protected function getRepo()
    {
        return $this->accountGatewayRepo;
    }