mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
feat(plugins): set default plugin priority 1000 #523
This commit is contained in:
@@ -378,17 +378,7 @@ class Plugins
|
||||
continue;
|
||||
}
|
||||
|
||||
include PATH['project'] . '/plugins/' . $pluginName . '/bootstrap.php';
|
||||
|
||||
//spl_autoload_register(function ($pluginName) {
|
||||
// include PATH['project'] . '/plugins/' . $pluginName . '/bootstrap.php';
|
||||
//});
|
||||
|
||||
include_once PATH['project'] . '/plugins/' . $pluginName . '/bootstrap.php';
|
||||
}
|
||||
|
||||
//dd(get_declared_classes());
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user