notes and some playing around, push for eod

This commit is contained in:
spencerrlongg
2024-05-01 16:57:11 -05:00
parent 6a7f3ecc2e
commit e177993bcc
3 changed files with 7 additions and 5 deletions
@@ -195,6 +195,7 @@ class BulkAssetsController extends Controller
*/
public function update(Request $request)
{
//dd($request->all());
$this->authorize('update', Asset::class);
$has_errors = 0;
$error_array = array();