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