mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-01 05:44:41 +03:00
Rename \Mibew\PluginManager to \Mibew\Plugin\Manager
This commit is contained in:
parent
522aed6a5e
commit
9598f0db42
@ -15,12 +15,12 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Mibew;
|
namespace Mibew\Plugin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manage plugins
|
* Manage plugins
|
||||||
*/
|
*/
|
||||||
class PluginManager
|
class Manager
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Contains all loaded plugins
|
* Contains all loaded plugins
|
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Import namespaces and classes of the core
|
// Import namespaces and classes of the core
|
||||||
use Mibew\PluginManager;
|
use Mibew\Plugin\Manager as PluginManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Name for the cookie to store locale code in use
|
* Name for the cookie to store locale code in use
|
||||||
|
@ -94,5 +94,5 @@ if (function_exists("date_default_timezone_set")) {
|
|||||||
|
|
||||||
if (!empty($plugins_list)) {
|
if (!empty($plugins_list)) {
|
||||||
// Variable $plugins_config defined in libs/config.php
|
// Variable $plugins_config defined in libs/config.php
|
||||||
\Mibew\PluginManager::loadPlugins($plugins_list);
|
\Mibew\Plugin\Manager::loadPlugins($plugins_list);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user