mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed comments
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b1e782d2f0
commit
a8123db4fb
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue