Simplified export controller.

This commit is contained in:
James Cole
2016-02-06 15:01:26 +01:00
parent 8256f60340
commit b8c7876454
5 changed files with 31 additions and 160 deletions

View File

@@ -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;