diff --git a/resources/views/partials/features.blade.php b/resources/views/partials/features.blade.php index d7f35e70..94135a2a 100644 --- a/resources/views/partials/features.blade.php +++ b/resources/views/partials/features.blade.php @@ -174,7 +174,7 @@ public function update(Request $request)

             $schedule->job(NotifySubscribers::class)
                 ->dailyAt('9:00')
-                ->onOneServer();
+                ->onOneServer()
                 ->withoutOverlapping();