diff --git a/src/Model.php b/src/Model.php index 0e6469b..b1c0055 100644 --- a/src/Model.php +++ b/src/Model.php @@ -311,6 +311,9 @@ class Model extends Base\Model private function runRelate(): array { $relates = []; + + var_dump($this->getWith()); + if (empty($with = $this->getWith())) { return $relates; }