From 271f4db6062c1d3bb9f7b9fe2d6d7245d9fbfee6 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 16:23:21 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- app/Http/Controllers/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index 3997d71..7c5f94b 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -14,7 +14,7 @@ use App\Models\Fermentation; use App\Models\Yeast; use App\Models\Adjunctaddition; use App\Models\Adjunct; - +use App\Models\Mashe; class SearchController extends Controller { public function search(Request $request){