From ef347f65b8c2b564e3671c167ef5685273580859 Mon Sep 17 00:00:00 2001 From: shimon Date: Wed, 25 Oct 2023 11:41:42 +0300 Subject: [PATCH] usage workers --- src/Appwrite/Platform/Workers/Usage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Workers/Usage.php b/src/Appwrite/Platform/Workers/Usage.php index 3afc3c5ae5..6d0a8e10b6 100644 --- a/src/Appwrite/Platform/Workers/Usage.php +++ b/src/Appwrite/Platform/Workers/Usage.php @@ -18,7 +18,7 @@ class Usage extends Action 'inf' => '0000-00-00 00:00' ]; - const INFINITY_PERIOD = '_inf_'; + protected const INFINITY_PERIOD = '_inf_'; public static function getName(): string {