From 216f3734a785f34f8d2ad14f8b4ab85398030e48 Mon Sep 17 00:00:00 2001 From: jk Date: Thu, 24 Jun 2021 09:51:23 +0100 Subject: [PATCH] first iteration of search functionality - likely to fail hard --- app/Http/Controllers/SearchController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/SearchController.php b/app/Http/Controllers/SearchController.php index 9ac6050..7912eb7 100644 --- a/app/Http/Controllers/SearchController.php +++ b/app/Http/Controllers/SearchController.php @@ -13,6 +13,7 @@ use App\Models\Fermentation; use App\Models\Yeast; use App\Models\Adjunctaddition; use App\Models\Adjunct; +use Kyslik\ColumnSortable\Sortable; class SearchController extends Controller {