mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Simplified export controller.
This commit is contained in:
@@ -54,7 +54,7 @@ class CacheProperties
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getMd5()
|
||||
public function getMd5(): string
|
||||
{
|
||||
return $this->md5;
|
||||
}
|
||||
@@ -62,7 +62,7 @@ class CacheProperties
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function has()
|
||||
public function has(): bool
|
||||
{
|
||||
if (getenv('APP_ENV') == 'testing') {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user