diff --git a/src/Controller/ItemController.php b/src/Controller/ItemController.php index 560ed7c045f454416f9e02708f700735735e07b3..5fcb752347d970280d18b157ee8f10a9f53bedc0 100644 --- a/src/Controller/ItemController.php +++ b/src/Controller/ItemController.php @@ -1,4 +1,5 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun namespace App\Controller; diff --git a/src/Controller/PurchaseProofController.php b/src/Controller/PurchaseProofController.php index 40a13dd1cf680551b62e98fc22ba7b01acebd4ea..7eff34cc1e1b8554ca170feb9d08131b0b636ebb 100644 --- a/src/Controller/PurchaseProofController.php +++ b/src/Controller/PurchaseProofController.php @@ -1,4 +1,5 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun namespace App\Controller; diff --git a/src/Entity/Item.php b/src/Entity/Item.php index a56313aa17cdc2ec10b6185655ec6a6e7363aba8..42045f6ce6418dc1dca597f340d37fb9bce15aff 100644 --- a/src/Entity/Item.php +++ b/src/Entity/Item.php @@ -1,4 +1,6 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun + namespace App\Entity; diff --git a/src/Entity/PurchaseProof.php b/src/Entity/PurchaseProof.php index f8638c435a62c4be7c1c9b1e39bd01aff66e5404..27d60c811372d1badb5d56fbaeafcec89f68fe4b 100644 --- a/src/Entity/PurchaseProof.php +++ b/src/Entity/PurchaseProof.php @@ -1,4 +1,5 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun namespace App\Entity; diff --git a/src/Form/ItemType.php b/src/Form/ItemType.php index 864d946e07d1ca0a161afe8abe78b56b079e717a..d0b6e13edf61db497b4463a786a2bd84759ec836 100644 --- a/src/Form/ItemType.php +++ b/src/Form/ItemType.php @@ -1,4 +1,5 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun namespace App\Form; diff --git a/src/Form/PurchaseProofType.php b/src/Form/PurchaseProofType.php index bc22634d4ae3d520aa9f7ae0a5b24ea1c81bf26a..aeb5d13067423e685eda6bee1bc0f0f63efaf7d7 100644 --- a/src/Form/PurchaseProofType.php +++ b/src/Form/PurchaseProofType.php @@ -1,4 +1,5 @@ <?php +// Created by Firas Bouzazi and Mohammed Oun namespace App\Form; diff --git a/templates/item/edit.html.twig b/templates/item/edit.html.twig index e10931fa28225b74a7a071d459edf64ad649b118..1573a4acddffc6645139b987d698d05ba0876b2f 100644 --- a/templates/item/edit.html.twig +++ b/templates/item/edit.html.twig @@ -1,3 +1,5 @@ +{# Created by Firas Bouzazi and Mohammed Oun #} + {% extends 'base.html.twig' %} {% block title %}{{ item is defined ? 'Edit Item' : 'New Item' }}{% endblock %} diff --git a/templates/item/index.html.twig b/templates/item/index.html.twig index 05077d5302f07b0776901580acbedf7bfba34122..79c00c273fcc98e78e10b8d174bdf4bebcf36932 100644 --- a/templates/item/index.html.twig +++ b/templates/item/index.html.twig @@ -1,3 +1,5 @@ +{# Created by Firas Bouzazi and Mohammed Oun #} + {% extends 'base.html.twig' %} {% block title %}Item index{% endblock %} diff --git a/templates/item/new.html.twig b/templates/item/new.html.twig index f12d2d5ff74878fdd412188d7156ccafc03d2143..5b17abc15c7d36758ed7d442d7622209966985e0 100644 --- a/templates/item/new.html.twig +++ b/templates/item/new.html.twig @@ -1,3 +1,5 @@ +{# Created by Firas Bouzazi and Mohammed Oun #} + {% extends 'base.html.twig' %} {% block title %}New Item{% endblock %} diff --git a/templates/item/show.html.twig b/templates/item/show.html.twig index 508aa78a076a84a330d015e0bd1809dd36e80dee..d7eca5bf33f9a96c392185e773066fb99989b705 100644 --- a/templates/item/show.html.twig +++ b/templates/item/show.html.twig @@ -1,3 +1,5 @@ +{# Created by Firas Bouzazi and Mohammed Oun #} + {% extends 'base.html.twig' %} {% block title %}Item Details{% endblock %} diff --git a/templates/wishlist/edit.html.twig b/templates/wishlist/edit.html.twig index fcef07fea9a3202b5fc3b4f68d2bf0274557afdf..90a24df2af9c6136673a651e24ea5f64a1989038 100644 --- a/templates/wishlist/edit.html.twig +++ b/templates/wishlist/edit.html.twig @@ -1,4 +1,3 @@ -{# Created by Mohcine Zahdi and Othmane Mounouar #} {% extends 'base.html.twig' %} diff --git a/templates/wishlist/show.html.twig b/templates/wishlist/show.html.twig index ee440fcd9c5977e782c04f74eb05450c9be252b6..de9582b211e2f46020c91b2e3397808eddc7fc4f 100644 --- a/templates/wishlist/show.html.twig +++ b/templates/wishlist/show.html.twig @@ -1,5 +1,4 @@ {% extends 'base.html.twig' %} -{# Created by Mohcine Zahdi and Othmane Mounouar #} {% block title %}{{ wishlist.name }}{% endblock %}