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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user