Browse Source

first iteration of search functionality - likely to fail hard

master
jk 3 years ago
parent
commit
216f3734a7
  1. 1
      app/Http/Controllers/SearchController.php

1
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
{

Loading…
Cancel
Save