app->bind(TaxiMailerService::class, function ($app) { return new TaxiMailerService(); }); } /** * Get the services provided by the provider. */ public function provides(): array { return []; } }