ORIENT/plugins/tps/reklama/Plugin.php

18 lines
302 B
PHP

<?php namespace Tps\Reklama;
use System\Classes\PluginBase;
class Plugin extends PluginBase
{
public function registerComponents()
{
return [
'Tps\Reklama\Components\Advertisement' => 'adverts',
];
}
public function registerSettings()
{
}
}