Removed unusued property

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2025-04-08 02:39:05 +01:00
parent 908bb35792
commit c59e9770b7

View File

@@ -14,7 +14,7 @@ trait MayContainCustomFields
// For auditing and some other non-standard things where $this is only the form submission and may not have the asset info
// In case the model is being changed
if (request()->input('model_id')->model_id!='') {
if (request()->input('model_id')!='') {
$asset_model = AssetModel::find(request()->route('asset')->model_id);