Revert "refactor: core plugins to plugins-core"

This reverts commit c0b6ee1763.
This commit is contained in:
Xboard
2026-04-19 08:06:51 +00:00
parent c36054b970
commit e61e3b6563
25 changed files with 107 additions and 137 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class HookList extends Command
public function handle()
{
$paths = [base_path('app'), base_path('plugins-core'), base_path('plugins')];
$paths = [base_path('app'), base_path('plugins')];
$hooks = collect();
$pattern = '/HookManager::(call|filter|register|registerFilter)\([\'\"]([a-zA-Z0-9_.-]+)[\'\"]/';