Refactoring.

This commit is contained in:
2024-05-03 00:03:35 +05:00
parent 35c2368ae2
commit 478cbe4762
3 changed files with 3 additions and 4 deletions
@@ -3,7 +3,6 @@
namespace App\Http\Controllers\Site;
use App\Http\Requests\Site\Feedback\SendRequest;
use App\Models\ProjectFeedback;
use App\Services\Site\FeedbackService;
use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Request;