App\Http\Controllers\AccountGatewayController::__construct PHP Method

__construct() public method

public __construct ( AccountGatewayService $accountGatewayService )
$accountGatewayService App\services\AccountGatewayService
    public function __construct(AccountGatewayService $accountGatewayService)
    {
        //parent::__construct();
        $this->accountGatewayService = $accountGatewayService;
    }