Plugin scaffold
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<?php namespace GermanAirlinesVa\React;
|
||||
|
||||
use Config;
|
||||
use System\Classes\PluginBase;
|
||||
|
||||
class Plugin extends PluginBase
|
||||
{
|
||||
public function registerComponents()
|
||||
{
|
||||
}
|
||||
|
||||
public function registerSettings()
|
||||
{
|
||||
}
|
||||
|
||||
public function boot()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user