mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
lots of updates + refactoring
This commit is contained in:
10
app/Http/Livewire/Project/Shared/Destination.php
Normal file
10
app/Http/Livewire/Project/Shared/Destination.php
Normal file
@@ -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