FIX: Ensure Embed options are always array

This maintains support for embed 3.0.0.
This commit is contained in:
Sam Minnee 2020-09-08 13:20:08 +12:00 committed by Garion Herman
parent 24dfe0b026
commit 85252ca05e

View File

@ -29,7 +29,7 @@ class EmbedResource implements Embeddable
/** /**
* @var array * @var array
*/ */
protected $options; protected $options = [];
/** /**
* @var DispatcherInterface * @var DispatcherInterface