Merge branch 'next' into main
This commit is contained in:
@@ -17,6 +17,7 @@ class ContainerRestarted extends Notification implements ShouldQueue
|
||||
|
||||
public function __construct(public string $name, public Server $server, public ?string $url = null)
|
||||
{
|
||||
$this->onQueue('high');
|
||||
}
|
||||
|
||||
public function via(object $notifiable): array
|
||||
|
||||
@@ -17,6 +17,7 @@ class ContainerStopped extends Notification implements ShouldQueue
|
||||
|
||||
public function __construct(public string $name, public Server $server, public ?string $url = null)
|
||||
{
|
||||
$this->onQueue('high');
|
||||
}
|
||||
|
||||
public function via(object $notifiable): array
|
||||
|
||||
Reference in New Issue
Block a user