Fix view skeleton include bug and add RouteURL method.

This commit is contained in:
2026-03-20 14:32:58 +01:00
parent 43eb936532
commit 6c068443dc
6 changed files with 69 additions and 9 deletions

View File

@@ -1 +1,2 @@
<h1>Coucou</h1>
<h1>Coucou</h1>
<?php echo \App\Http\Router::getRouteURL( 'test', 3 ); ?>