Berkarar/plugins/tps/about/Plugin.php

15 lines
201 B
PHP

<?php namespace Tps\About;
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
}
public function registerSettings()
{
}
}