App\services\AccountGatewayService::__construct PHP Method

__construct() public method

AccountGatewayService constructor.
public __construct ( AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService )
$accountGatewayRepo App\Ninja\Repositories\AccountGatewayRepository
$datatableService DatatableService
    public function __construct(AccountGatewayRepository $accountGatewayRepo, DatatableService $datatableService)
    {
        $this->accountGatewayRepo = $accountGatewayRepo;
        $this->datatableService = $datatableService;
    }