kurs-app/Controller/WelcomeController.php

19 lines
200 B
PHP

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