@@ -34,7 +34,7 @@ |
||
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')); |