etalon_backend/plugins/aman/reestr/Plugin.php

16 lines
212 B
PHP
Raw Normal View History

2021-12-22 08:07:43 +00:00
<?php namespace Aman\Reestr;
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
}
public function registerSettings()
{
}
}