From 5ae44f7f952bdb430791c5cc601e40e8d64f7822 Mon Sep 17 00:00:00 2001 From: Andrew <51118083+and-ri@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:07:01 +0300 Subject: [PATCH] Update bootstrap.php --- core/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/bootstrap.php b/core/bootstrap.php index f7e85f7..cefccf6 100644 --- a/core/bootstrap.php +++ b/core/bootstrap.php @@ -20,6 +20,7 @@ ini_set('log_errors', '1'); ini_set('error_log', DIR_LOG . 'php_errors.log'); +$registry->set('log', new Log()); $registry->set('env', new Env()); $registry->set('request', new Request()); $registry->set('load', new Load($registry));