From 62336c984b93bfc1d1fbeeaac28d49a13c850e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 5 Mar 2019 14:37:41 +0100 Subject: [PATCH] Updated copyright header. --- .idea/php.xml | 90 +++++++++++++++++++++++++++ .idea/symfony2.xml | 1 + src/Controller/HomepageController.php | 31 +++++++++ src/Controller/PartController.php | 32 ++++++++-- src/Entity/Device.php | 31 +++++++++ src/Entity/DevicePart.php | 32 ++++++++-- src/Entity/Footprint.php | 33 ++++++++-- src/Entity/Manufacturer.php | 33 ++++++++-- src/Entity/Orderdetail.php | 32 ++++++++-- src/Entity/Part.php | 33 ++++++++-- src/Entity/Pricedetail.php | 33 ++++++++-- src/Entity/Storelocation.php | 31 +++++++++ src/Entity/Supplier.php | 32 ++++++++-- src/Repository/PartRepository.php | 33 ++++++++-- 14 files changed, 441 insertions(+), 36 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index f82df923..7fc7cd2c 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -117,4 +117,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml index eb5dd665..10b171b3 100644 --- a/.idea/symfony2.xml +++ b/.idea/symfony2.xml @@ -4,5 +4,6 @@ \ No newline at end of file diff --git a/src/Controller/HomepageController.php b/src/Controller/HomepageController.php index f1b899b0..d8f5d228 100644 --- a/src/Controller/HomepageController.php +++ b/src/Controller/HomepageController.php @@ -1,5 +1,36 @@