mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-03 02:12:03 +00:00
wip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Application;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class EnvironmentVariables extends Component
|
||||
{
|
||||
public array $envs = [];
|
||||
}
|
||||
Reference in New Issue
Block a user