From 72248fd08070da9f8cb30aca91ac9c411e073618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Gonz=C3=A1lez?= Date: Fri, 8 May 2026 12:28:57 +0200 Subject: [PATCH 1/3] ejercicio Codely --- .project | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .project diff --git a/.project b/.project new file mode 100644 index 00000000..a3aabb4e --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + php-ddd-example + + + + + + + + From ee3c39a5886fdefdbbf56b9f289a157be8eacbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Gonz=C3=A1lez?= Date: Fri, 8 May 2026 12:30:43 +0200 Subject: [PATCH 2/3] Revert "ejercicio Codely" This reverts commit 72248fd08070da9f8cb30aca91ac9c411e073618. --- .project | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .project diff --git a/.project b/.project deleted file mode 100644 index a3aabb4e..00000000 --- a/.project +++ /dev/null @@ -1,11 +0,0 @@ - - - php-ddd-example - - - - - - - - From 0e7bc83d1ee06edb9a7f58b0e6e51714cb89077c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Gonz=C3=A1lez?= Date: Fri, 8 May 2026 12:38:10 +0200 Subject: [PATCH 3/3] ejercicio Git Codely --- .../DomainEvents/Application/Store/DomainEventStorer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Analytics/DomainEvents/Application/Store/DomainEventStorer.php b/src/Analytics/DomainEvents/Application/Store/DomainEventStorer.php index 22dfbb7b..a2deb3e2 100644 --- a/src/Analytics/DomainEvents/Application/Store/DomainEventStorer.php +++ b/src/Analytics/DomainEvents/Application/Store/DomainEventStorer.php @@ -2,6 +2,7 @@ declare(strict_types=1); +//ejercicio git Codely namespace CodelyTv\Analytics\DomainEvents\Application\Store; use CodelyTv\Analytics\DomainEvents\Domain\AnalyticsDomainEvent;