From 32a923920994616d2eeff9036384c3880e2dff9d Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Tue, 16 Apr 2024 15:00:01 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- nur_autoload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nur_autoload.php b/nur_autoload.php index 8b6baf8..aaaeb7f 100644 --- a/nur_autoload.php +++ b/nur_autoload.php @@ -19,7 +19,7 @@ if (!defined("NO_AUTOLOAD_NUR_BASE")) { function q($vs): iterable { return nur\c::q($vs); } } -class nur { +class nur_v_bs3 { static function init(): void { config::set_fact("nur/v-bs3"); config::init_configurator(new class { @@ -29,4 +29,4 @@ class nur { } }); } -} \ No newline at end of file +}