@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function toArray($request) |
17 | 17 | { |
18 | - if (! $this->resource) { |
|
18 | + if (!$this->resource) { |
|
19 | 19 | return []; |
20 | 20 | } |
21 | 21 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function toArray($request) |
17 | 17 | { |
18 | - if (! $this->resource) { |
|
18 | + if (!$this->resource) { |
|
19 | 19 | return []; |
20 | 20 | } |
21 | 21 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function toArray($request) |
17 | 17 | { |
18 | - if (! $this->resource) { |
|
18 | + if (!$this->resource) { |
|
19 | 19 | return []; |
20 | 20 | } |
21 | 21 |