mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-03 16:43:03 +00:00
5 lines
67 B
PHP
5 lines
67 B
PHP
<?php
|
|
namespace MVC\Views;
|
|
|
|
class UserHtmlView extends HtmlView {}
|