From 5cfb3842f188b5f684882716c06dfb32ac957108 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 17 Nov 2024 20:52:13 +0100 Subject: more phpstan errors --- include/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/event.php') diff --git a/include/event.php b/include/event.php index 2fa1cc4f1..3509c1556 100644 --- a/include/event.php +++ b/include/event.php @@ -647,7 +647,7 @@ function event_store_event($arr) { else { try { $hash = Uuid::uuid4()->toString(); - } catch (UnsatisfiedDependencyException $e) { + } catch (UnableToBuildUuidException $e) { $hash = random_string(48); } } -- cgit v1.2.3