app->bind(PaymentGateway::class, StripeGateway::class); $this->app->singleton(CashierGateway::class, StripeGateway::class); } }