mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Fix typo in General.php component
This commit is contained in:
parent
363e8fc0b5
commit
95baec99dd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ namespace App\Http\Livewire\Project\Application;
|
|||
use App\Models\Application;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Str;
|
||||
use Livewire\Componwent;
|
||||
use Livewire\Component;
|
||||
|
||||
class General extends Component
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue