mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-09 05:02:16 +00:00
wip
This commit is contained in:
@@ -4,7 +4,7 @@ namespace App\Http\Livewire\Application;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Secrets extends Component
|
||||
class EnvironmentVariables extends Component
|
||||
{
|
||||
public array $secrets = [];
|
||||
public array $envs = [];
|
||||
}
|
||||
Reference in New Issue
Block a user