%PDF- %PDF-
Direktori : /var/www/html/diaspora/api/app/Observers/ |
Current File : /var/www/html/diaspora/api/app/Observers/SectionObserver.php |
<?php namespace App\Observers; use App\Models\Section; use App\Models\SectionTranslation; class SectionObserver { /** * @param Section $section */ public function created(Section $section) { // $currentLang = app()->getLocale(); // $newLang = $currentLang === 'en' // ? 'sq' // : 'en'; // /** @var SectionTranslation $translation */ // $translation = $section->translateOrNew($newLang); // $translation->fill($section->getTranslation($currentLang) // ->toArray()); // $translation->section_id = $section->id; // // $translation->save(); } }