From 44ee8811847570c2d8bc5b96cf2e4c370710022b Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Wed, 21 Jan 2026 13:39:12 +0000 Subject: [PATCH 1/2] Update welcome page --- templates/welcome.tintin.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/welcome.tintin.php b/templates/welcome.tintin.php index e7f6012..d40bbb8 100644 --- a/templates/welcome.tintin.php +++ b/templates/welcome.tintin.php @@ -12,9 +12,6 @@ adjemin - - akiltechnologie - Snapdev Côte d'ivoire From 846d7cacf3bc9a35ff3a43f02415c509bd6457d8 Mon Sep 17 00:00:00 2001 From: Franck DAKIA Date: Wed, 21 Jan 2026 13:42:14 +0000 Subject: [PATCH 2/2] Fix tests bootstrap --- tests/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index a46ba9b..fdd3c86 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -8,5 +8,5 @@ require __DIR__ . "/../vendor/autoload.php"; // boot kernel -$kernel = App\Kernel::configure(realpath(__DIR__ . '/../config')); +$kernel = App\Kernel::configure(realpath(dirname(__DIR__))); $kernel->boot();