Ejemplo n.º 1
0
 public function beforeSave()
 {
     if ($this->is_default) {
         Currency::where('is_default', '=', 1)->update(array('is_default' => 0));
         $this->value = 1.0;
     }
 }