From a6a00a00400f164c4b18094999a5ed72366dd519 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 13 Sep 2015 14:07:56 -0400 Subject: First draft for plugins system --- app/Core/PluginBase.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/Core/PluginBase.php (limited to 'app/Core/PluginBase.php') diff --git a/app/Core/PluginBase.php b/app/Core/PluginBase.php new file mode 100644 index 00000000..9c3d6e32 --- /dev/null +++ b/app/Core/PluginBase.php @@ -0,0 +1,31 @@ +