Loading modules/Plugins/Controllers/PluginController.php +6 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,9 @@ class PluginController extends BaseController $this->plugins->activate($plugin); // clear cache after activation $plugin->clearCache(); return redirect()->back(); } Loading @@ -263,6 +266,9 @@ class PluginController extends BaseController $this->plugins->deactivate($plugin); // clear cache after deactivation $plugin->clearCache(); return redirect()->back(); } Loading Loading
modules/Plugins/Controllers/PluginController.php +6 −0 Original line number Diff line number Diff line Loading @@ -249,6 +249,9 @@ class PluginController extends BaseController $this->plugins->activate($plugin); // clear cache after activation $plugin->clearCache(); return redirect()->back(); } Loading @@ -263,6 +266,9 @@ class PluginController extends BaseController $this->plugins->deactivate($plugin); // clear cache after deactivation $plugin->clearCache(); return redirect()->back(); } Loading