mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Lots of cleanup and stuff.
This commit is contained in:
@@ -9,7 +9,6 @@ use Carbon\Carbon;
|
||||
use Illuminate\Database\Eloquent\Collection as EloquentCollection;
|
||||
use Illuminate\Support\Collection;
|
||||
use Preferences as Prefs;
|
||||
use Log;
|
||||
|
||||
/**
|
||||
* Class CacheProperties
|
||||
@@ -63,7 +62,7 @@ class CacheProperties
|
||||
*/
|
||||
public function has()
|
||||
{
|
||||
if(getenv('APP_ENV') == 'testing') {
|
||||
if (getenv('APP_ENV') == 'testing') {
|
||||
return false;
|
||||
}
|
||||
$this->md5();
|
||||
|
Reference in New Issue
Block a user