From 1dbe9557ad7af6e8e50ec7a45fc287e91256d4c9 Mon Sep 17 00:00:00 2001 From: loviuz <1647128+loviuz@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:18:15 +0200 Subject: [PATCH] Aggiornamento destinatario segnalazioni app --- src/API/App/v1/SegnalazioneBug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/App/v1/SegnalazioneBug.php b/src/API/App/v1/SegnalazioneBug.php index cb80574af..77f3d6b65 100644 --- a/src/API/App/v1/SegnalazioneBug.php +++ b/src/API/App/v1/SegnalazioneBug.php @@ -27,7 +27,7 @@ use Notifications\EmailNotification; class SegnalazioneBug extends Resource implements RetrieveInterface, CreateInterface { - protected static $bug_email = 'thomaszilio77@gmail.com'; + protected static $bug_email = 'info@openstamanager.com'; public function retrieve($request) {