Exemplo n.º 1
0
 /**
  * Get the name of the related model's "updated at" column.
  *
  * @return string
  * @static
  */
 public static function relatedUpdatedAt()
 {
     //Method inherited from \Illuminate\Database\Eloquent\Relations\Relation
     return \Illuminate\Database\Eloquent\Relations\HasMany::relatedUpdatedAt();
 }