From 02a55cf8eba551be12749c4bcfc4208baaf6f6df Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Sun, 7 Mar 2021 20:42:05 +0000 Subject: [PATCH] Automated formatting changes --- Controller/BackendController.php | 2 +- Theme/Backend/client-profile.tpl.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 19afb97..fb72b04 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -14,8 +14,8 @@ declare(strict_types=1); namespace Modules\ClientManagement\Controller; -use Modules\Billing\Models\SalesBillMapper; use Modules\Billing\Models\BillTypeL11n; +use Modules\Billing\Models\SalesBillMapper; use Modules\ClientManagement\Models\ClientMapper; use phpOMS\Asset\AssetType; use phpOMS\Contract\RenderableInterface; diff --git a/Theme/Backend/client-profile.tpl.php b/Theme/Backend/client-profile.tpl.php index ba2b887..6d99525 100755 --- a/Theme/Backend/client-profile.tpl.php +++ b/Theme/Backend/client-profile.tpl.php @@ -22,8 +22,8 @@ $countries = \phpOMS\Localization\ISO3166NameEnum::getConstants(); * @var \Modules\ClientManagement\Models\Client $client */ $client = $this->getData('client'); -$notes = $client->getNotes(); -$files = $client->getFiles(); +$notes = $client->getNotes(); +$files = $client->getFiles(); $newestInvoices = $this->getData('newestInvoices') ?? []; $monthlySalesCosts = $this->getData('monthlySalesCosts') ?? [];