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