File tree Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Expand file tree Collapse file tree 1 file changed +23
-23
lines changed Original file line number Diff line number Diff line change 66
77class AsyncServiceProvider extends ServiceProvider {
88
9- /**
10- * Indicates if loading of the provider is deferred.
11- *
12- * @var bool
13- */
14- protected $ defer = false ;
9+ /**
10+ * Indicates if loading of the provider is deferred.
11+ *
12+ * @var bool
13+ */
14+ protected $ defer = false ;
1515
16- /**
17- * Register the service provider.
18- *
19- * @return void
20- */
21- public function register ()
22- {
16+ /**
17+ * Register the service provider.
18+ *
19+ * @return void
20+ */
21+ public function register ()
22+ {
2323 $ this ->registerAsyncCommand ();
2424 }
2525
@@ -29,7 +29,7 @@ public function register()
2929 public function boot (){
3030 $ manager = $ this ->app ['queue ' ];
3131 $ this ->registerAsyncConnector ($ manager );
32- }
32+ }
3333
3434 /**
3535 * Register the queue listener console command.
@@ -63,13 +63,13 @@ protected function registerAsyncConnector($manager)
6363 }
6464
6565 /**
66- * Get the services provided by the provider.
67- *
68- * @return array
69- */
70- public function provides ()
71- {
72- return array ('command.queue.async ' );
73- }
66+ * Get the services provided by the provider.
67+ *
68+ * @return array
69+ */
70+ public function provides ()
71+ {
72+ return array ('command.queue.async ' );
73+ }
7474
75- }
75+ }
You can’t perform that action at this time.
0 commit comments