app->singleton(ApiService::class, function () { return new ApiService(); }); } public function boot() { // ... } }