Skip to content

Commit

Permalink
Update features.blade.php (#315)
Browse files Browse the repository at this point in the history
A little typo in a sample code of scheduler description.
  • Loading branch information
niekatywny authored Dec 12, 2023
1 parent 31fccc6 commit 2567ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/features.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function update(Request $request)
<pre><x-torchlight-code language="php">
$schedule->job(NotifySubscribers::class)
->dailyAt('9:00')
->onOneServer();
->onOneServer()
->withoutOverlapping();
</x-torchlight-code></pre>

Expand Down

0 comments on commit 2567ad8

Please sign in to comment.