改名
This commit is contained in:
@@ -315,7 +315,7 @@ class ActiveRecord extends BaseActiveRecord
|
|||||||
public function setWith($data): static
|
public function setWith($data): static
|
||||||
{
|
{
|
||||||
echo '--------------->' . PHP_EOL;
|
echo '--------------->' . PHP_EOL;
|
||||||
var_dump($this->_with, get_called_class());
|
var_dump($data, get_called_class());
|
||||||
echo '<---------------' . PHP_EOL;
|
echo '<---------------' . PHP_EOL;
|
||||||
if (empty($data)) {
|
if (empty($data)) {
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Reference in New Issue
Block a user