@@ -11,7 +11,7 @@ |
||
11 | 11 | { |
12 | 12 | public function register() |
13 | 13 | { |
14 | - $this->app->bind('master', function () { |
|
14 | + $this->app->bind('master', function() { |
|
15 | 15 | return new MasterService(); |
16 | 16 | }); |
17 | 17 |