Completed
Push — master ( faddc6...670749 )
by Alex
13s
created
src/Query/LaravelBulkQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     protected $query;
35 35
     protected $controllerContainer;
36 36
 
37
-    public function __construct(LaravelQuery &$query, AuthInterface $auth = null)
37
+    public function __construct(LaravelQuery & $query, AuthInterface $auth = null)
38 38
     {
39 39
         $this->auth = isset($auth) ? $auth : new NullAuthProvider();
40 40
         $this->metadataProvider = new MetadataProvider(App::make('app'));
Please login to merge, or discard this patch.