改名
This commit is contained in:
@@ -107,7 +107,7 @@ abstract class AbstractCollection extends Component implements \IteratorAggregat
|
||||
*/
|
||||
public function getModel(): ActiveRecord
|
||||
{
|
||||
return Snowflake::app()->getObject()->get($this->model, false);
|
||||
return objectPool($this->model);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user