some cleanup

This commit is contained in:
spencerrlongg
2025-08-11 21:07:08 -05:00
parent 6159ee8c2c
commit 78ca1d1335
7 changed files with 5 additions and 11 deletions
@@ -17,7 +17,6 @@ class BulkManufacturersController extends Controller
{
public function destroy(Request $request)
{
// hm, we actually probably need to do this on a per model basis below, but that makes this a little dirtier so leaving like this for now.
$this->authorize('delete', Manufacturer::class);
$errors = [];