Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed May 14, 2024
1 parent 0a7a6ce commit 3ea9f43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Http/Controllers/AssetBankController.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,14 @@ public function tagAsMigrated(int $id)
{
$request = new Request();
$request->merge([
'submitted' => true,
'attributes' => [
[
'id' => 730,
'name' => 'Migration Status',
'value' => '1',
'label' => 'Migration Status'
]
]
]);
);
return $this->updateAssetById($id, $request);
}

Expand Down

0 comments on commit 3ea9f43

Please sign in to comment.