add webcam to customer create/update
This commit is contained in:
@@ -100,7 +100,8 @@ class CustomerUpdate extends \common\models\Customer
|
||||
|
||||
[['zip'], 'string', 'max' => 8],
|
||||
|
||||
[['city'], 'string', 'max' => 30]
|
||||
[['city'], 'string', 'max' => 30],
|
||||
[['photo_data'] ,'safe']
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user