4 lines
94 B
PHP
4 lines
94 B
PHP
<?php
|
|
use src\Controller\HomeController;
|
|
|
|
$router->get('/', [HomeController::class, 'index']); |