mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Removed implementation of Arrayable
from yii\Object
This commit is contained in:
@ -52,7 +52,7 @@ use yii\validators\Validator;
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
class Model extends Component implements IteratorAggregate, ArrayAccess
|
||||
class Model extends Component implements IteratorAggregate, ArrayAccess, Arrayable
|
||||
{
|
||||
/**
|
||||
* The name of the default scenario.
|
||||
|
Reference in New Issue
Block a user