App\services\AccountGatewayService::getRepo PHP Method

getRepo() protected method

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