@@ -15,7 +15,7 @@ |
||
15 | 15 | __DIR__.'/../Config/crypt.php' => config_path('crypt.php'), |
16 | 16 | ], 'config'); |
17 | 17 | |
18 | - $this->app->bind('tzsk-crypt', function () { |
|
18 | + $this->app->bind('tzsk-crypt', function() { |
|
19 | 19 | return new Crypter(); |
20 | 20 | }); |
21 | 21 | } |