- 2.x - sites settings

- tags
- source-control soft deletes
This commit is contained in:
Saeed Vaziry
2024-10-06 00:04:57 +02:00
parent d1f2add699
commit 3c50e2c947
44 changed files with 972 additions and 119 deletions

View File

@ -66,7 +66,7 @@ function run_action(object $static, Closure $callback): void
Notification::make()
->danger()
->title($e->getMessage())
->body($e->getLog()?->getContent(10))
->body($e->getLog()?->getContent(30))
->send();
if (method_exists($static, 'halt')) {