FIle - /trunk/views/php/admin/settings/users.php
/trunk/views/php/admin/settings/users.php
|
|
226 bytes
|
|
January 20, 2025 at 08:22
|
|
<?php
declare(strict_types = 1);
namespace Views\admin\settings;
use Apex\Svc\View;
/**
* Render the template.
*/
class users
{
/**
* Render
*/
public function render(View $view):void
{
}
}