|
@@ -118,8 +118,8 @@ |
|
|
block discarded – undo |
|
118
|
118
|
* @param class-string<T>|Table|string $table |
|
119
|
119
|
* @return ($table is class-string ? MapperInterface<T> : MapperInterface<Entity>) |
|
120
|
120
|
*/ |
|
121
|
|
- public function getMapper(Table|string $table): MapperInterface; |
|
122
|
|
- public function setMapper(Table|string $table, MapperInterface $mapper, ?string $class = null): static; |
|
|
121
|
+ public function getMapper(Table | string $table): MapperInterface; |
|
|
122
|
+ public function setMapper(Table | string $table, MapperInterface $mapper, ?string $class = null): static; |
|
123
|
123
|
public function tableMapped( |
|
124
|
124
|
string $table, |
|
125
|
125
|
bool $findRelations = false, |
Please login to merge, or discard this patch.