Skip to content

Commit 79a0961

Browse files
committed
fix style
1 parent b236cc4 commit 79a0961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/QueueServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected function registerWorker()
166166
return $this->app->isDownForMaintenance();
167167
};
168168

169-
$scopeResetter = function () use ($app){
169+
$scopeResetter = function () use ($app) {
170170
return $app->resetScope();
171171
};
172172

0 commit comments

Comments
 (0)