App\services\InvoiceService::getRepo PHP Method

getRepo() protected method

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