App\services\BankAccountService::getRepo PHP Method

getRepo() protected method

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