Completed
Push — master ( fe744d...ddd33a )
by Jelly
02:29
created
src/TranslugServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      */
33 33
     public function register()
34 34
     {
35
-        $this->app->singleton('translug', function () {
35
+        $this->app->singleton('translug', function() {
36 36
             return new Translation(new Client());
37 37
         });
38 38
     }
Please login to merge, or discard this patch.