Merge pull request #13800 from snipe/fixes/bulk_edit_assets

Fixed FD-38641 - Bulk asset edit unable to update model_id, misc other bugs
This commit is contained in:
snipe
2023-10-26 15:56:47 +01:00
committed by GitHub
13 changed files with 215 additions and 73 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use Carbon\Carbon;
class AssetObserver
{
/**
* Listen to the User created event.
* Listen to the Asset updating event. This fires automatically every time an existing asset is saved.
*
* @param Asset $asset
* @return void