From 389b9dfd05c1b977c4b75825790d62f796367168 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 8 Jul 2019 12:28:28 +0200 Subject: [PATCH] #2868 --- src/app/Magic/Fields/FieldsCollection.php | 14 -------------- src/app/Magic/Models/Translate.php | 4 ++++ 2 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 src/app/Magic/Fields/FieldsCollection.php diff --git a/src/app/Magic/Fields/FieldsCollection.php b/src/app/Magic/Fields/FieldsCollection.php deleted file mode 100644 index 044cfd3..0000000 --- a/src/app/Magic/Fields/FieldsCollection.php +++ /dev/null @@ -1,14 +0,0 @@ - 'translate', + 'singular' => 'traduction', + 'plural' => 'traductions']; } -- 2.39.5