Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Nov 1, 2023
1 parent 69b661b commit 75d5831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/SyncQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function push($job, $data = '', $queue = null)
*
* @throws \Throwable
*/
public function executeJob($job, $data = '', $queue = null)
protected function executeJob($job, $data = '', $queue = null)
{
$queueJob = $this->resolveJob($this->createPayload($job, $queue, $data), $queue);

Expand Down

0 comments on commit 75d5831

Please sign in to comment.