1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

refactor(plugins): try to fix notice about unused variables

This commit is contained in:
Awilum
2020-08-03 15:27:40 +03:00
parent 92ac9cac54
commit 4f14c61e6b

View File

@@ -375,9 +375,6 @@ class Plugins
*/
private function includeEnabledPlugins($flextype, $app) : void
{
$app = $app;
$flextype = $flextype;
if (! is_array($this->flextype['registry']->get('plugins')) || count($this->flextype['registry']->get('plugins')) <= 0) {
return;
}