Example #1
0
 public function saving(Business $business)
 {
     $address_changed = in_array('address', $business->getDirty());
 }