From 5fd2ab847053057a0ce99730fd8216c5df68ced3 Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 3 Feb 2026 17:16:19 +0100 Subject: [PATCH] =?UTF-8?q?feat=20:=20mise=20=C3=A0=20jour=20du=20bon=20de?= =?UTF-8?q?=20r=C3=A9ception=20wip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dataSources.xml | 2 +- .idea/inspectionProfiles/Project_Default.xml | 6 -- .idea/php.xml | 1 + .idea/workspace.xml | 65 +++++++++------- src/Entity/Address.php | 37 +++++++++ src/Entity/Carrier.php | 80 ++++++++++++++++++++ src/Entity/Vehicle.php | 43 +++++++++++ 7 files changed, 200 insertions(+), 34 deletions(-) delete mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 0b73c9c..15f93b9 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -5,7 +5,7 @@ postgresql true org.postgresql.Driver - jdbc:postgresql://localhost:5433/ferme + jdbc:postgresql://localhost:5432/ferme $ProjectFileDir$ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index d829d01..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index a873179..a081fbb 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -15,6 +15,7 @@ + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index d5f5372..dd56244 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,8 +6,13 @@ + + + + + + + + @@ -51,7 +58,7 @@ - + @@ -214,36 +221,39 @@ - { - "keyToString": { - "RunOnceActivity.MCP Project settings loaded": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", - "RunOnceActivity.git.unshallow": "true", - "RunOnceActivity.typescript.service.memoryLimit.init": "true", - "git-widget-placeholder": "develop", - "last_opened_file_path": "/home/sroy/Documents/test/Ferme", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "configurable.group.appearance", - "ts.external.directory.path": "/opt/phpstorm/plugins/javascript-plugin/jsLanguageServicesImpl/external", - "vue.rearranger.settings.migration": "true" + +}]]> @@ -287,6 +297,7 @@ +