lasthourcloud/app/Http/Livewire/Application/Secrets.php
Andras Bacsai 2e8b1134b9 wip
2023-04-19 14:00:31 +02:00

11 lines
142 B
PHP

<?php
namespace App\Http\Livewire\Application;
use Livewire\Component;
class Secrets extends Component
{
public array $secrets = [];
}