feat: add multiple hooks, pligun schedule support ,add hook:list artisan command
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user