/** * Delete the database row associated with this model instance. * * @return null */ public function delete() { return $this->One->delete(); }