mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 23:50:38 +08:00
try to fix test break.
This commit is contained in:
@@ -13,7 +13,7 @@ class Customer extends ActiveRecord
|
|||||||
|
|
||||||
public function attributes()
|
public function attributes()
|
||||||
{
|
{
|
||||||
return ['id', 'email', 'name', 'address', 'status'];
|
return ['id', 'email', 'name', 'address', 'status', 'profile_id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user