flush(); } /** * Perform any actions required after the model boots. * * @return void */ protected static function booted() { static::saved(function ($translationTranslation) { $translationTranslation->clearCache(); }); } }