5 lines
85 B
PHP
5 lines
85 B
PHP
<?php
|
|
use ProVM\TotalSport\Common\Controller\Web\Home;
|
|
|
|
$app->get('/', Home::class);
|