From a235246d65f414a5182998ccbca0c0f632782d29 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 4 Aug 2021 01:03:20 +0200 Subject: [PATCH] Hooks --- Plugin.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Plugin.php b/Plugin.php index 61148fd..223e12a 100644 --- a/Plugin.php +++ b/Plugin.php @@ -5,16 +5,16 @@ use System\Classes\PluginBase; class Plugin extends PluginBase { - public function registerComponents() - { - } + public function registerComponents() + { + } - public function registerSettings() - { - } + public function registerSettings() + { + } - public function boot() - { - Config::set('database.connections.germanairlinesva_fleet', Config::get('germanairlinesva.fleet::connection')); - } + public function boot() + { + Config::set('database.connections.germanairlinesva_fleet', Config::get('germanairlinesva.fleet::connection')); + } }