From a35ca7d34e2bd356f495a58d32cf989924d4c02e Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 15 Sep 2024 16:14:43 +0200 Subject: [PATCH] re-brand as Customer Portal --- .php-cs-fixer.dist.php | 3 +-- Command/InstallCommand.php | 3 +-- Controller/ManageController.php | 3 +-- Controller/ViewController.php | 3 +-- DependencyInjection/SharedProjectTimesheetsExtension.php | 3 +-- Entity/SharedProjectTimesheet.php | 3 +-- EventSubscriber/MenuSubscriber.php | 3 +-- EventSubscriber/SharedProjectSubscriber.php | 3 +-- EventSubscriber/SharedProjectsSubscriber.php | 3 +-- Form/SharedCustomerFormType.php | 3 +-- Form/SharedProjectFormType.php | 3 +-- Migrations/Version2020120600000.php | 3 +-- Migrations/Version2020120920000.php | 3 +-- Migrations/Version2020122010000.php | 3 +-- Migrations/Version20240722111349.php | 3 +-- Migrations/Version20240726082447.php | 3 +-- Migrations/Version20240915125912.php | 3 +-- Model/ChartStat.php | 3 +-- Model/RecordMergeMode.php | 3 +-- Model/TimeRecord.php | 3 +-- Repository/SharedProjectTimesheetRepository.php | 3 +-- Service/ManageService.php | 3 +-- Service/ViewService.php | 3 +-- SharedProjectTimesheetsBundle.php | 3 +-- tests/Model/ChartStatTest.php | 3 +-- tests/Model/RecordMergeModeTest.php | 3 +-- tests/Model/TimeRecordTest.php | 3 +-- tests/Service/ManageServiceTest.php | 3 +-- tests/Service/ViewServiceTest.php | 3 +-- 29 files changed, 29 insertions(+), 58 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 62c717c..e9d5fb8 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -1,8 +1,7 @@