Files
igmf/kernel/Theme.php
2025-08-01 14:29:50 +03:00

15 lines
136 B
PHP

<?php
namespace kernel;
class Theme
{
static AssetsCollector $assetsCollector;
public function __construct()
{
}
}