TPS_web_october/plugins/akami/tps/Plugin.php

15 lines
201 B
PHP
Executable File

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