@@ -33,7 +33,7 @@ |
||
33 | 33 | return parent::query($sql); |
34 | 34 | } |
35 | 35 | |
36 | - public function exec(string $sql): int|string |
|
36 | + public function exec(string $sql): int | string |
|
37 | 37 | { |
38 | 38 | _log()->debug($sql); |
39 | 39 |