Ejemplo n.º 1
0
 /**
  * Get Dates
  *
  * Overloads the defined database fields which ought to be converted to
  * Carbon objects in order to add deleted_at as a default.
  * @return array Column names to transform.
  */
 public function getDates()
 {
     return array_merge(parent::getDates(), ['deleted_at']);
 }