Update
This commit is contained in:
@@ -15,7 +15,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
public function register(): void
|
||||
{
|
||||
$this->app->singleton('tracking-analytics', function ($app) {
|
||||
return new TrackingAnalyticsService();
|
||||
return new TrackingAnalyticsService;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user