formatting

This commit is contained in:
spencerrlongg 2024-12-03 14:46:32 -06:00
parent 5e475c3558
commit 19771d26fb

View file

@ -165,7 +165,6 @@ class AssetsController extends Controller
// this shouldn't happen, but php complains if there's no final return
return redirect()->to(Helper::getRedirectOption($request, $asset->id, 'Assets'))
->with('success-unescaped', trans('admin/hardware/message.create.success_linked', ['link' => route('hardware.show', ['hardware' => $asset->id]), 'id', 'tag' => e($asset->asset_tag)]));
}
/**