snipe-it/app/Providers
Martin Meredith f403db274a (develop) Fix asset auto-incrementation (#6806)
* Fix auto-increment not updating

This is due to the addition of caching for settings.  If we're not
explicitly saving the Settings model, then the cache isn't getting
updated, causing the asset tag auto-increment to get an old cached
version with the wrong number

* Move Setting cache clear to an observer
2019-03-13 10:58:35 -07:00
..
AppServiceProvider.php (develop) Fix asset auto-incrementation (#6806) 2019-03-13 10:58:35 -07:00
AuthServiceProvider.php
EventServiceProvider.php (develop) Fix asset auto-incrementation (#6806) 2019-03-13 10:58:35 -07:00
LdapServiceProvider.php
MacroServiceProvider.php
RouteServiceProvider.php
SettingsServiceProvider.php
ValidationServiceProvider.php