fix: why?!
This commit is contained in:
parent
51db2f797d
commit
694169bb84
5 changed files with 5 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ public function uniqueId(): int
|
|||
|
||||
public function __construct(public Server $server)
|
||||
{
|
||||
// $this->handle();
|
||||
$this->handle();
|
||||
}
|
||||
|
||||
public function handle()
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ public function isServerReady(int $tries = 3)
|
|||
ray('serverUptimeCheckNumberMax: ' . $serverUptimeCheckNumberMax);
|
||||
|
||||
$result = $this->validateConnection();
|
||||
ray($result);
|
||||
if ($result) {
|
||||
if ($this->unreachable_notification_sent === true) {
|
||||
$this->update(['unreachable_notification_sent' => false]);
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
// 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'),
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
return '4.0.0-beta.169';
|
||||
return '4.0.0-beta.170';
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"version": "3.12.36"
|
||||
},
|
||||
"v4": {
|
||||
"version": "4.0.0-beta.169"
|
||||
"version": "4.0.0-beta.170"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue