staffmanager/resources/views/dashboard
Miguel Nogueira 6518ad3447
Fixed #2
This method would always fail for cached options because at the end it was expecting an Eloquent model, which would never be populated if the requested value was cached in the first place.

Uncached requests wouldn't fail because the exec path would lead to $value being a Model.

Also removed reference to old feature causing application page to crash.
2020-12-08 00:07:53 +00:00
..
administration Recent changes 2020-11-02 21:44:05 +00:00
application-rendering Recent changes 2020-11-02 21:44:05 +00:00
appmanagement Removed useless feature 2020-11-03 03:00:03 +00:00
teams Remove view file button 2020-12-07 18:42:56 +00:00
user Fixed #2 2020-12-08 00:07:53 +00:00
dashboard.blade.php Minor fixes 2020-12-07 17:48:15 +00:00