/** * Detach self * * @return void */ public function detach() { parent::detach(); foreach ($this->getTranslations() as $translation) { $translation->detach(); } }