chore: File name change
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
2025-10-27 21:11:54 +05:45
parent f92727fad4
commit 6780f18848
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ use App\Models\Carousel;
use App\Models\Faq;
use App\Models\Product;
use App\Models\Testimonial;
use Illuminate\Http\Request;
use Inertia\Inertia;
use Storage;

View File

@@ -4,7 +4,7 @@ namespace App\Http\Controllers\Client;
use App\Http\Controllers\Controller;
use App\Http\Requests\testimonialRequest;
use App\Models\testimonial;
use App\Models\Testimonial;
use Illuminate\Http\Request;
use Inertia\Inertia;
use Spatie\LaravelImageOptimizer\Facades\ImageOptimizer;