Exemplo n.º 1
0
 public function updateAttributes(Attributes $attributes)
 {
     parent::updateAttributes($attributes);
     try {
         unset($attributes['value']);
     } catch (OutOfBoundsException $e) {
     }
 }