mirror of
https://github.com/tiennm99/coolify.git
synced 2026-06-04 16:14:06 +00:00
lots of updates + refactoring
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Project\Shared;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Destination extends Component
|
||||
{
|
||||
public $destination;
|
||||
}
|
||||
Reference in New Issue
Block a user