Update code with bug fixes and improvements

This commit is contained in:
Andras Bacsai
2023-11-13 08:46:43 +01:00
parent e49caba920
commit 363e8fc0b5
5 changed files with 26 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ namespace App\Http\Livewire\Project\Application;
use App\Models\Application;
use Illuminate\Support\Collection;
use Illuminate\Support\Str;
use Livewire\Component;
use Livewire\Componwent;
class General extends Component
{