From 1da69b1f17ce2d358cfbd1a102edfe1a03bf49f1 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sat, 2 May 2020 10:04:25 +1000 Subject: [PATCH] Minor fixes for designs / Namespace fixes (#3669) * Fixes for namespaces * Fixes for designs --- app/Designs/Bold.php | 4 +--- app/Designs/Business.php | 4 +--- app/Designs/Clean.php | 4 +--- app/Designs/Creative.php | 4 +--- app/Designs/Elegant.php | 4 +--- app/Designs/Hipster.php | 4 +--- app/Designs/Modern.php | 4 +--- app/Designs/Photo.php | 4 +--- app/Designs/Plain.php | 4 +--- app/Designs/Playful.php | 4 +--- app/Jobs/Ninja/AdjustEmailQuota.php | 2 +- app/Utils/Traits/WithSorting.php | 2 +- 12 files changed, 12 insertions(+), 32 deletions(-) diff --git a/app/Designs/Bold.php b/app/Designs/Bold.php index 42656c54b72a..472cc17cb304 100644 --- a/app/Designs/Bold.php +++ b/app/Designs/Bold.php @@ -136,8 +136,6 @@ class Bold extends AbstractDesign - -'; +'; } } diff --git a/app/Designs/Business.php b/app/Designs/Business.php index 53474b01b9c2..bf8dde055a01 100644 --- a/app/Designs/Business.php +++ b/app/Designs/Business.php @@ -144,8 +144,6 @@ $custom_css - -'; +'; } } diff --git a/app/Designs/Clean.php b/app/Designs/Clean.php index 527513fd3db5..8e193c3d49a3 100644 --- a/app/Designs/Clean.php +++ b/app/Designs/Clean.php @@ -147,8 +147,6 @@ class Clean extends AbstractDesign - -'; +'; } } diff --git a/app/Designs/Creative.php b/app/Designs/Creative.php index 040abd3a89f5..880082804185 100644 --- a/app/Designs/Creative.php +++ b/app/Designs/Creative.php @@ -126,8 +126,6 @@ $custom_css - -'; +'; } } diff --git a/app/Designs/Elegant.php b/app/Designs/Elegant.php index 71581bdd126f..f9e7c94e2449 100644 --- a/app/Designs/Elegant.php +++ b/app/Designs/Elegant.php @@ -141,8 +141,6 @@ class Elegant extends AbstractDesign - -'; +'; } } diff --git a/app/Designs/Hipster.php b/app/Designs/Hipster.php index 66842b0a6568..a010fb259119 100644 --- a/app/Designs/Hipster.php +++ b/app/Designs/Hipster.php @@ -150,8 +150,6 @@ $custom_css - -'; +'; } } diff --git a/app/Designs/Modern.php b/app/Designs/Modern.php index 1649c31cd61e..b66f31d6e195 100644 --- a/app/Designs/Modern.php +++ b/app/Designs/Modern.php @@ -148,8 +148,6 @@ $custom_css $company_address - - - '; +'; } } diff --git a/app/Designs/Photo.php b/app/Designs/Photo.php index 07a6be6dcaae..ae4ba58d6d53 100644 --- a/app/Designs/Photo.php +++ b/app/Designs/Photo.php @@ -152,8 +152,6 @@ $custom_css - -'; +'; } } diff --git a/app/Designs/Plain.php b/app/Designs/Plain.php index 46be49deadd3..e9fc6b9e5ca0 100644 --- a/app/Designs/Plain.php +++ b/app/Designs/Plain.php @@ -127,8 +127,6 @@ $custom_css - -'; +'; } } diff --git a/app/Designs/Playful.php b/app/Designs/Playful.php index 5208738918fe..fcfbd8e20d60 100644 --- a/app/Designs/Playful.php +++ b/app/Designs/Playful.php @@ -140,8 +140,6 @@ $custom_css - -'; +'; } } diff --git a/app/Jobs/Ninja/AdjustEmailQuota.php b/app/Jobs/Ninja/AdjustEmailQuota.php index 4720fc5a36ca..1f5d04c70b9c 100644 --- a/app/Jobs/Ninja/AdjustEmailQuota.php +++ b/app/Jobs/Ninja/AdjustEmailQuota.php @@ -9,7 +9,7 @@ * @license https://opensource.org/licenses/AAL */ -namespace App\Jobs\Util; +namespace App\Jobs\Ninja; use App\Helpers\Email\InvoiceEmail; use App\Jobs\Invoice\EmailInvoice; diff --git a/app/Utils/Traits/WithSorting.php b/app/Utils/Traits/WithSorting.php index 17f442429c45..bc5639caa948 100644 --- a/app/Utils/Traits/WithSorting.php +++ b/app/Utils/Traits/WithSorting.php @@ -10,7 +10,7 @@ * @license https://opensource.org/licenses/AAL */ -namespace App\Traits; +namespace App\Utils\Traits; trait WithSorting {