Skip to content

Commit

Permalink
more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 7, 2017
1 parent a0e91fb commit 0a9d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/Schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function call($callback, array $parameters = [])
*/
public function job(ShouldQueue $job)
{
return $this->call(function () use($job) {
return $this->call(function () use ($job) {
dispatch($job);
})->name(get_class($job));
}
Expand Down

0 comments on commit 0a9d6d0

Please sign in to comment.