🚧 Add stream to map
Still need to handle the codecs. But almost there.
This commit is contained in:
parent
90906a517d
commit
de5cf914da
4 changed files with 113 additions and 8 deletions
|
|
@ -149,7 +149,7 @@ class MappableMedia extends AbstractMediaType
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function saveMap($map): static
|
||||
public function saveMap(Map $map): static
|
||||
{
|
||||
$this->maps[] = $map;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue