コード例 #1
0
ファイル: Customer.php プロジェクト: versedi/Diglin_Username
 protected function _getDefaultAttributes()
 {
     $attributes = parent::_getDefaultAttributes();
     array_push($attributes, 'is_active');
     return $attributes;
 }