mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 07:20:50 +00:00
refactor: remove staging URL logic from ServerPatchCheck constructor
This commit is contained in:
@@ -17,9 +17,6 @@ class ServerPatchCheck extends CustomEmailNotification
|
||||
{
|
||||
$this->onQueue('high');
|
||||
$this->serverUrl = base_url().'/server/'.$this->server->uuid.'/security/patches';
|
||||
if (isDev()) {
|
||||
$this->serverUrl = 'https://staging-but-dev.coolify.io/server/'.$this->server->uuid.'/security/patches';
|
||||
}
|
||||
}
|
||||
|
||||
public function via(object $notifiable): array
|
||||
|
||||
Reference in New Issue
Block a user