coding style

This commit is contained in:
Ludovic CANDELLIER
2023-09-13 22:53:37 +02:00
parent 69478e3c74
commit 53feef282f
52 changed files with 122 additions and 129 deletions

View File

@@ -2,10 +2,9 @@
namespace App\Http\Controllers\Shop;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\Repositories\Shop\Searches;
use Illuminate\Http\Request;
class SearchController extends Controller
{
@@ -20,6 +19,7 @@ class SearchController extends Controller
'search' => $data,
'product_type' => $data['product_type'],
];
// dump($data);
// exit;
return view('Shop.Search.results', $data);