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));