move files around
This commit is contained in:
10
app/Http/Livewire/Project/Application/Destination.php
Normal file
10
app/Http/Livewire/Project/Application/Destination.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Livewire\Project\Application;
|
||||
|
||||
use Livewire\Component;
|
||||
|
||||
class Destination extends Component
|
||||
{
|
||||
public $destination;
|
||||
}
|
||||
Reference in New Issue
Block a user