feat: add multiple hooks, pligun schedule support ,add hook:list artisan command

This commit is contained in:
xboard
2025-07-21 13:29:17 +08:00
parent 768e14bdb9
commit c9bab8fb02
16 changed files with 271 additions and 75 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ class ThemeService
} catch (Exception $e) {
Log::error('Failed to refresh current theme', [
'theme' => $currentTheme ?? 'unknown',
'theme' => $currentTheme,
'error' => $e->getMessage()
]);
return false;