lasthourcloud/app/Http/Livewire/Application/Secrets.php

11 lines
142 B
PHP
Raw Normal View History

2023-04-19 10:42:15 +00:00
<?php
namespace App\Http\Livewire\Application;
use Livewire\Component;
class Secrets extends Component
{
2023-04-19 12:00:31 +00:00
public array $secrets = [];
2023-04-19 10:42:15 +00:00
}