From 9d2efbeccb72f787025cbf976fb8ce6852c96f3d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 28 Jul 2022 08:35:16 -0600 Subject: [PATCH] Rename app/switch/resources/service/event_guard.php to app/event_guard/resources/service/event_guard.php Move the event_guard service to its own directory name. --- app/{switch => event_guard}/resources/service/event_guard.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/{switch => event_guard}/resources/service/event_guard.php (100%) diff --git a/app/switch/resources/service/event_guard.php b/app/event_guard/resources/service/event_guard.php similarity index 100% rename from app/switch/resources/service/event_guard.php rename to app/event_guard/resources/service/event_guard.php