Bib-Arts/Controller/ProfileController.php

11 lines
103 B
PHP

<?php
namespace Blog\Controller;
class ProfileController {
function showProfile()
{
}
}