mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fleshed out comments on new scope
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
1a4579b770
commit
daf6c72005
|
@ -1148,7 +1148,11 @@ class Asset extends Depreciable
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Query builder scope for Archived assets
|
* Query builder scope for Archived assets counting
|
||||||
|
*
|
||||||
|
* This is primarily used for the tab counters so that IF the admin
|
||||||
|
* has chosen to not display archived assets in their regular lists
|
||||||
|
* and views, it will return the correct number.
|
||||||
*
|
*
|
||||||
* @param \Illuminate\Database\Query\Builder $query Query builder instance
|
* @param \Illuminate\Database\Query\Builder $query Query builder instance
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue