fix: why?!

This commit is contained in:
Andras Bacsai 2023-12-20 18:09:01 +01:00
parent 51db2f797d
commit 694169bb84
5 changed files with 5 additions and 4 deletions

View File

@ -39,7 +39,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function __construct(public Server $server)
{
// $this->handle();
$this->handle();
}
public function handle()

View File

@ -164,6 +164,7 @@ class Server extends BaseModel
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
$result = $this->validateConnection();
ray($result);
if ($result) {
if ($this->unreachable_notification_sent === true) {
$this->update(['unreachable_notification_sent' => false]);

View File

@ -7,7 +7,7 @@ return [
// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
'release' => '4.0.0-beta.169',
'release' => '4.0.0-beta.170',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),

View File

@ -1,3 +1,3 @@
<?php
return '4.0.0-beta.169';
return '4.0.0-beta.170';

View File

@ -4,7 +4,7 @@
"version": "3.12.36"
},
"v4": {
"version": "4.0.0-beta.169"
"version": "4.0.0-beta.170"
}
}
}