Ejemplo n.º 1
0
 public function restored($model)
 {
     $operator = $this->operator();
     HistoryModel::recordRestoreAction($operator, $model);
     return $model;
 }