]> _ Git - cubist_cms-back.git/commitdiff
wip #6248
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 6 Sep 2023 15:38:57 +0000 (17:38 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 6 Sep 2023 15:38:57 +0000 (17:38 +0200)
src/app/Magic/Models/Translate.php

index a485893e7e29bde92011b31cf2720688503eb2ed..a4bfd51d8c55f345b3011a6f893d2b30af9f34d3 100644 (file)
@@ -41,7 +41,6 @@ class Translate extends CubistMagicTranslatableModel
 
         $translate->parseFiles();
 
-
         $this->addField('id', Hidden::class, '', ['value' => 1, 'database_type' => 'none']);
         $this->addField('locale', Hidden::class, '', ['fillable' => false, 'database_type' => 'none', 'value' => request()->get("locale", App::getLocale())]);