Skip to content

Commit

Permalink
fix: remove trailing comma causing syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bweston92 authored May 13, 2020
1 parent 253cc2d commit 74a743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SettingsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
);
}

Expand Down

0 comments on commit 74a743f

Please sign in to comment.