mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: sentry fix
This commit is contained in:
parent
ce60a39dc5
commit
1cbfd03912
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use Livewire\Component;
|
|||
|
||||
class Configuration extends Component
|
||||
{
|
||||
public Service $service;
|
||||
public ?Service $service = null;
|
||||
public $applications;
|
||||
public $databases;
|
||||
public array $parameters;
|
||||
|
|
|
|||
Loading…
Reference in a new issue