mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
- 2.x - sites settings
- tags - source-control soft deletes
This commit is contained in:
@ -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')) {
|
||||
|
Reference in New Issue
Block a user