This commit is contained in:
2021-03-04 15:31:27 +08:00
parent 761b34657b
commit 2a0225079c
+1 -1
View File
@@ -315,7 +315,7 @@ class ActiveRecord extends BaseActiveRecord
public function setWith($data): static
{
echo '--------------->' . PHP_EOL;
var_dump($this->_with, get_called_class());
var_dump($data, get_called_class());
echo '<---------------' . PHP_EOL;
if (empty($data)) {
return $this;