Bib-Arts/Controller/WelcomeController.php
2025-06-12 16:04:19 +02:00

19 lines
200 B
PHP

<?php
namespace Blog\Controller;
class WelcomeController
{
function showWelcome() {
}
function showProjects() {
}
function showTutorials() {
}
}