Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 8596a48

Browse files
author
Steve Porter
authored
Merge pull request #6 from designmynight/analysis-q56Bll
Apply fixes from StyleCI
2 parents 497e5b8 + dcc0cb0 commit 8596a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HorizonServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function registerEvents()
4242
*/
4343
protected function registerQueueConnectors()
4444
{
45-
$this->app->booted(function(){
45+
$this->app->booted(function () {
4646
$queue = $this->app['queue'];
4747

4848
$queue->addConnector('rabbitmq', function () {

0 commit comments

Comments
 (0)