This commit is contained in:
2021-03-04 15:31:57 +08:00
parent 2a0225079c
commit 356c4a53e5
+5
View File
@@ -296,6 +296,11 @@ class ActiveRecord extends BaseActiveRecord
private function runRelate(): array
{
$relates = [];
echo '--------------->' . PHP_EOL;
var_dump($this->_with, get_called_class());
echo '<---------------' . PHP_EOL;
if (empty($this->_with)) {
return $relates;
}