Added comments

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2023-10-13 12:34:46 +01:00
parent b2aed7feea
commit 2537d0fdaf
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ class AssetObserver
*
* For example, if there is a database migration that's a bit older and modifies an asset, if the save
* fires before a field gets created in a later migration and that field in the later migration
* is used in this observer, it doesn't actually exist yet and the migration will break.
* is used in this observer, it doesn't actually exist yet and the migration will break unless we
* use saveQuietly() in the migration which skips this observer.
*
* @see https://github.com/snipe/snipe-it/issues/13723#issuecomment-1761315938
*/