diff --git a/app/Settings/Cache.php b/app/Settings/Cache.php index e5d476d1..47c5681e 100644 --- a/app/Settings/Cache.php +++ b/app/Settings/Cache.php @@ -44,7 +44,7 @@ class Cache } /** - * Store the settings in the cache, + * Store the settings in the cache,. * * @param string $env * @param array $data @@ -93,5 +93,4 @@ class Cache { return "{$this->path}/{$env}.php"; } - }