diff --git a/src/SettingsManager.php b/src/SettingsManager.php index 59a60ed..004280a 100644 --- a/src/SettingsManager.php +++ b/src/SettingsManager.php @@ -68,7 +68,7 @@ protected function wrapDriver($store) $store->setCache( $this->app['cache'], $this->getConfig('anlutro/l4-settings::cacheTtl'), - $this->getConfig('anlutro/l4-settings::forgetCacheByWrite'), + $this->getConfig('anlutro/l4-settings::forgetCacheByWrite') ); }