Fixed comments

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-11-22 21:35:12 +00:00
parent b1e782d2f0
commit a8123db4fb

View file

@ -9,7 +9,7 @@ use Auth;
class UserObserver
{
/**
* Listen to the Asset updating event. This fires automatically every time an existing asset is saved.
* Listen to the User updating event. This fires automatically every time an existing asset is saved.
*
* @param User $user
* @return void
@ -56,7 +56,7 @@ class UserObserver
}
/**
* Listen to the Asset created event, and increment
* Listen to the User created event, and increment
* the next_auto_tag_base value in the settings table when i
* a new asset is created.
*