mirror of
https://github.com/jlengrand/coolify.git
synced 2026-03-10 15:48:55 +00:00
10 lines
117 B
PHP
10 lines
117 B
PHP
<?php
|
|
|
|
namespace App\Http\Livewire\Project\Application;
|
|
|
|
use Livewire\Component;
|
|
|
|
class Danger extends Component
|
|
{
|
|
}
|