From 4a02352ccc1b313ce967415c6ac10a32aba1893a Mon Sep 17 00:00:00 2001 From: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:40:13 +0100 Subject: applies several small optimizations (#5511) declare(strict_types=1); Co-authored-by: Luc --- app/Models/SystemConfiguration.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Models/SystemConfiguration.php') diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 6cb3569f1..bf5bed0d7 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -1,5 +1,7 @@