改名
This commit is contained in:
@@ -74,6 +74,7 @@ class CollectionIterator extends \ArrayIterator
|
||||
public function current(): mixed
|
||||
{
|
||||
$current = parent::current();
|
||||
var_dump($current);
|
||||
if (!($current instanceof ActiveRecord)) {
|
||||
$current = $this->newModel($current);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user