This commit is contained in:
Godfrey M
2025-07-17 12:08:49 -07:00
parent 8f4c606c64
commit 8c670d1832

View File

@@ -223,9 +223,6 @@ class BulkAssetsController extends Controller
// Get the back url from the session and then destroy the session
$bulk_back_url = $request->session()->pull('bulk_back_url', url()->previous());
// if ($request->session()->has('bulk_back_url')) {
// $bulk_back_url = $request->session()->pull('bulk_back_url');
// }
$custom_field_columns = CustomField::all()->pluck('db_column')->toArray();