mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
change plugin start
This commit is contained in:
@@ -7,7 +7,12 @@ class Plugin
|
||||
|
||||
private static array $plugins = [];
|
||||
|
||||
public function __construct()
|
||||
// public function __construct()
|
||||
// {
|
||||
// $this->start();
|
||||
// }
|
||||
|
||||
public function start(): void
|
||||
{
|
||||
$this->loadProviders();
|
||||
$this->bootPlugins();
|
||||
|
||||
Reference in New Issue
Block a user