15 lines
206 B
PHP
15 lines
206 B
PHP
<?php namespace GermanAirlinesVa\Schooling;
|
|
|
|
use System\Classes\PluginBase;
|
|
|
|
class Plugin extends PluginBase
|
|
{
|
|
public function registerComponents()
|
|
{
|
|
}
|
|
|
|
public function registerSettings()
|
|
{
|
|
}
|
|
}
|