This commit is contained in:
2021-03-04 15:25:42 +08:00
parent a578c2eaac
commit 47e372c37e
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -313,7 +313,6 @@ class ActiveRecord extends BaseActiveRecord
public function setWith($data): static
{
$this->_with = $data;
var_dump(get_called_class(), $this->_with);
return $this;
}
@@ -323,7 +322,6 @@ class ActiveRecord extends BaseActiveRecord
*/
public function getWith(): array|null
{
var_dump(get_called_class(), $this->_with);
return $this->_with;
}