some acars/tables fixes

This commit is contained in:
Nabeel Shahzad
2017-12-25 18:10:24 -06:00
parent 3bd97b4d37
commit f29a9cfdc5
6 changed files with 43 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ class SettingRepository extends BaseRepository implements CacheableInterface
{
use CacheableRepository;
public $cacheMinutes = 1;
public function model()
{
return Setting::class;