Exemplo n.º 1
0
 public function updated(Entry $entry)
 {
     if ($entry->isDirty('data')) {
         $this->log('Updated entry password.', $entry);
     }
     $this->log('Updated entry details.', $entry);
 }