debug
This commit is contained in:
parent
570fb8f4c3
commit
a672d4dbdd
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ public function __construct(private bool $force = false)
|
|||
|
||||
$instance_settings = InstanceSettings::get();
|
||||
$this->server = Server::where('name', $this->server_name)->firstOrFail();
|
||||
Log::info($this->server);
|
||||
Log::info('Force: ' . $this->force);
|
||||
|
||||
if (!$instance_settings->is_auto_update_enabled || !$this->server) {
|
||||
return $this->delete();
|
||||
|
|
|
|||
Loading…
Reference in a new issue