mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 14:12:15 +00:00
Strict comparisons.
This commit is contained in:
@@ -75,7 +75,7 @@ class CacheProperties
|
||||
*/
|
||||
public function has(): bool
|
||||
{
|
||||
if (getenv('APP_ENV') == 'testing') {
|
||||
if (getenv('APP_ENV') === 'testing') {
|
||||
return false;
|
||||
}
|
||||
$this->md5();
|
||||
|
||||
Reference in New Issue
Block a user