@@ -60,7 +60,7 @@ |
||
| 60 | 60 | */ |
| 61 | 61 | public function select($query, $bindings = [], $useReadPdo = true) |
| 62 | 62 | { |
| 63 | - return $this->run($query, $bindings, function ($query) { |
|
| 63 | + return $this->run($query, $bindings, function($query) { |
|
| 64 | 64 | $key = $this->extractJsonKey($query); |
| 65 | 65 | |
| 66 | 66 | $url = $this->getApiHost() . $query; |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | public function register(): void |
| 17 | 17 | { |
| 18 | - Connection::resolverFor('api', static function ($connection, $database, $prefix, $config) { |
|
| 18 | + Connection::resolverFor('api', static function($connection, $database, $prefix, $config) { |
|
| 19 | 19 | if (app()->has(ApiConnection::class)) { |
| 20 | 20 | return app(ApiConnection::class); |
| 21 | 21 | } |