@@ -19,7 +19,7 @@ |
||
19 | 19 | */ |
20 | 20 | public function register() |
21 | 21 | { |
22 | - $this->app->bind('bbcode', function () { |
|
22 | + $this->app->bind('bbcode', function() { |
|
23 | 23 | return new BBCodeParser; |
24 | 24 | }); |
25 | 25 | } |