11 lines
103 B
PHP
11 lines
103 B
PHP
<?php
|
|
namespace Blog\Controller;
|
|
|
|
class ProfileController {
|
|
function showProfile()
|
|
{
|
|
|
|
}
|
|
}
|
|
|