Updating to new method signature

parent 2c8a4b2a
......@@ -6,7 +6,7 @@ use Modules\Media\Contracts\StoringMedia;
class HandleMediaStorage
{
public function handle($event = null)
public function handle($event = null, $data = [])
{
if ($event instanceof StoringMedia) {
$this->handleMultiMedia($event);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment