update to lumen 7
Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit

This commit is contained in:
2020-06-24 11:58:32 -04:00
parent fb619dccbf
commit 1130f9a22f
10 changed files with 1955 additions and 1383 deletions

View File

@@ -2,6 +2,7 @@
namespace XaiCorp\AbcParser\Domain\Core;
use Enzyme\Axiom\Atoms\StringAtom;
use Illuminate\Support\Arr;
use Webpatser\Uuid\Uuid;
use XaiCorp\AbcParser\Domain\Atoms\UnsignedIntegerAtom;
@@ -81,7 +82,7 @@ class Tune implements EntityInterface
public function getETag()
{
return md5(implode(';', array_flatten([
return md5(implode(';', Arr::flatten([
$this->getTitles(),
$this->getAuthors(),
$this->getComposers(),