mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -08:00
Added cache comment
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9269d5945e
commit
e9d297e97d
|
@ -21,6 +21,7 @@ class AssetsTransformer
|
|||
|
||||
public function transformAsset(Asset $asset)
|
||||
{
|
||||
// This uses the getSettings() method so we're pulling from the cache versus querying the settings on single asset
|
||||
$setting = Setting::getSettings();
|
||||
|
||||
$array = [
|
||||
|
|
Loading…
Reference in a new issue