Completed
Push — master ( 2dfacb...c08aaa )
by Nick
03:39
created
src/EloquentJsServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      */
22 22
     public function register()
23 23
     {
24
-        $this->app->bind(QueryTranslator::class, function ($app) {
24
+        $this->app->bind(QueryTranslator::class, function($app) {
25 25
             return new JsonQueryTranslator($app['request']->input('query', '[]'));
26 26
         });
27 27
 
Please login to merge, or discard this patch.