delete() публичный Метод

Delete the field value(s) from the database.
public delete ( Field $field )
$field Carbon_Fields\Field\Field The field to delete.
Пример #1
0
 /**
  * Delegate delete to the field DataStore instance
  **/
 public function delete()
 {
     return $this->store->delete($this);
 }