From 0679e54ac41914afab52003f19a07eb45b4621c0 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 09:49:32 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- app/Http/Controllers/SearchController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index c052739..c2d4382 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -7,8 +7,11 @@ use App\Models\Summarie; use App\Models\Brewerie; use App\Models\Hopaddition; use App\Models\Hop; +use App\Models\Grainbill; use App\Models\Grain; +use App\Modesl\Fermentation; use App\Models\Yeast; +use App\Models\Adjunctaddition; use App\Models\Adjunct; class SearchController extends Controller