From 8bd9643f5d534a3212512775c4e0c84bf58cff2b Mon Sep 17 00:00:00 2001 From: Dasc3er Date: Tue, 22 Sep 2020 14:49:31 +0200 Subject: [PATCH] Spostamento delle classi Common in src --- config/namespaces.php | 1 - {include/src => src/Common}/Components/Article.php | 0 {include/src => src/Common}/Components/Description.php | 0 {include/src => src/Common}/Components/Discount.php | 0 {include/src => src/Common}/Components/MorphTrait.php | 0 {include/src => src/Common}/Components/Row.php | 0 {include/src => src/Common}/Document.php | 0 {include/src => src/Common}/Model.php | 0 {include/src => src/Common}/ReferenceInterface.php | 0 {include/src => src/Common}/RowReference.php | 0 10 files changed, 1 deletion(-) rename {include/src => src/Common}/Components/Article.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Components/Description.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Components/Discount.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Components/MorphTrait.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Components/Row.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Document.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/Model.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/ReferenceInterface.php (100%) mode change 100755 => 100644 rename {include/src => src/Common}/RowReference.php (100%) diff --git a/config/namespaces.php b/config/namespaces.php index 4730efc04..3b7b3306e 100755 --- a/config/namespaces.php +++ b/config/namespaces.php @@ -18,7 +18,6 @@ */ return [ - 'include' => 'Common', 'modules/aggiornamenti' => 'Modules\Aggiornamenti', 'modules/anagrafiche' => 'Modules\Anagrafiche', 'modules/backups' => 'Modules\Backups', diff --git a/include/src/Components/Article.php b/src/Common/Components/Article.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Components/Article.php rename to src/Common/Components/Article.php diff --git a/include/src/Components/Description.php b/src/Common/Components/Description.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Components/Description.php rename to src/Common/Components/Description.php diff --git a/include/src/Components/Discount.php b/src/Common/Components/Discount.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Components/Discount.php rename to src/Common/Components/Discount.php diff --git a/include/src/Components/MorphTrait.php b/src/Common/Components/MorphTrait.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Components/MorphTrait.php rename to src/Common/Components/MorphTrait.php diff --git a/include/src/Components/Row.php b/src/Common/Components/Row.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Components/Row.php rename to src/Common/Components/Row.php diff --git a/include/src/Document.php b/src/Common/Document.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Document.php rename to src/Common/Document.php diff --git a/include/src/Model.php b/src/Common/Model.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/Model.php rename to src/Common/Model.php diff --git a/include/src/ReferenceInterface.php b/src/Common/ReferenceInterface.php old mode 100755 new mode 100644 similarity index 100% rename from include/src/ReferenceInterface.php rename to src/Common/ReferenceInterface.php diff --git a/include/src/RowReference.php b/src/Common/RowReference.php similarity index 100% rename from include/src/RowReference.php rename to src/Common/RowReference.php