fix: sentry 4510197209
This commit is contained in:
		@@ -11,8 +11,8 @@ use Livewire\Component;
 | 
				
			|||||||
class Show extends Component
 | 
					class Show extends Component
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    public Service $service;
 | 
					    public Service $service;
 | 
				
			||||||
    public ServiceApplication $serviceApplication;
 | 
					    public ?ServiceApplication $serviceApplication = null;
 | 
				
			||||||
    public ServiceDatabase $serviceDatabase;
 | 
					    public ?ServiceDatabase $serviceDatabase = null;
 | 
				
			||||||
    public array $parameters;
 | 
					    public array $parameters;
 | 
				
			||||||
    public array $query;
 | 
					    public array $query;
 | 
				
			||||||
    public Collection $services;
 | 
					    public Collection $services;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user