public function store($updateNulls = false) { try { $this->save(); } catch (\Exception $e) { return false; } return true; }