/** * Save the data associated with this model instance to the database. * * @return null */ public function save() { return $this->One->save(); }