🔀 Merge branch 'release/0.1.1' into stable

This commit is contained in:
Dan Jones 2022-08-29 11:22:30 -05:00
commit e8c2c03a98

View file

@ -56,7 +56,7 @@ $output2->saveMap();
$media->save();
```
The `saveStream` method returns the `Map`` that created it. Likewise, the `saveMap` returns the `MappableMedia` that created it. All other methods are chainable.
The `saveStream` method returns the `Map` that created it. Likewise, the `saveMap` returns the `MappableMedia` that created it. All other methods are chainable.
So, this could be written as a very long single call like this: