🚧 Add maps to command
This commit is contained in:
parent
30c2ab4d3b
commit
90906a517d
2 changed files with 35 additions and 3 deletions
|
|
@ -322,9 +322,11 @@ class MappableMedia extends AbstractMediaType
|
|||
*/
|
||||
protected function buildMaps(array $maps): array
|
||||
{
|
||||
$out = [];
|
||||
// @todo
|
||||
$commands = [];
|
||||
foreach($maps as $map) {
|
||||
array_push($commands, ...$map->buildCommand());
|
||||
}
|
||||
|
||||
return $out;
|
||||
return $commands;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue