@@ -247,7 +247,7 @@ |
||
247 | 247 | return $this->logSQL ?? ""; |
248 | 248 | } |
249 | 249 | |
250 | - public function extractModel($model): \stdClass{ |
|
250 | + public function extractModel($model): \stdClass{ |
|
251 | 251 | $reflection = new \ReflectionClass(get_class($model)); |
252 | 252 | $objeto = new \stdClass; |
253 | 253 |