@@ -14,7 +14,7 @@ |
||
14 | 14 | protected static array $mappers = []; |
15 | 15 | protected MapperInterface $mapper; |
16 | 16 | |
17 | - public function __construct(DBInterface $db, Table|string $table, bool $findRelations = false) |
|
17 | + public function __construct(DBInterface $db, Table | string $table, bool $findRelations = false) |
|
18 | 18 | { |
19 | 19 | parent::__construct($db, $table, $findRelations); |
20 | 20 | if (!isset(static::$mappers[spl_object_hash($db)])) { |