The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by OkayBueno\Images\Events\ImageWasCreated: $id, $class, $connection
Loading history...
15
16
protected $image;
17
protected $options;
18
19
/**
20
* @param Image $image
21
* @param array $options
22
*/
23
public function __construct( Image $image, array $options = [] )