From 8e493d574a3a54f23041f47617545b19e6193573 Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 11 Jun 2024 11:18:23 +0200
Subject: [PATCH] fix foreach

---
 src/App/Models/Contact.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/App/Models/Contact.php b/src/App/Models/Contact.php
index 5af3053..ec7888f 100644
--- a/src/App/Models/Contact.php
+++ b/src/App/Models/Contact.php
@@ -34,10 +34,6 @@
             if($this->controlloSpamEmail($data["email"])) {
                 $this->addError("spam", "non puoi mandare la stessa mail, aspetta un pò di tempo");
             }
-
-
-
-            var_dump($this->getErrors());
         }
 
 

--
Gitblit v1.8.0