From c9ebd715875422669bade3609f31e9a09d5a4924 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Tue, 8 Feb 2022 21:59:49 -0600 Subject: [PATCH] Add some safe functions and minor cleanup --- lib/Library.php | 1 + lib/OrmBase.php | 1 + lib/PropertiesBase.php | 1 + lib/Template.php | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Library.php b/lib/Library.php index 3eceb542..4cb8000a 100644 --- a/lib/Library.php +++ b/lib/Library.php @@ -2,6 +2,7 @@ use function Safe\apcu_fetch; use function Safe\natsort; use function Safe\preg_replace; +use function Safe\sleep; use function Safe\usort; class Library{ diff --git a/lib/OrmBase.php b/lib/OrmBase.php index b7043264..4518bfd5 100644 --- a/lib/OrmBase.php +++ b/lib/OrmBase.php @@ -1,4 +1,5 @@