Skip to content

Commit

Permalink
Merge pull request #118 from szymach/2.0
Browse files Browse the repository at this point in the history
Removed BC change in UploadableListener method
  • Loading branch information
chives authored May 20, 2020
2 parents c6838b3 + a55e10b commit bdabf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getFilesystems(): array
return $this->filesystems;
}

public function getSubscribedEvents(): array
public function getSubscribedEvents()
{
return ['preFlush', 'postLoad', 'postPersist', 'postFlush', 'postRemove'];
}
Expand Down

0 comments on commit bdabf93

Please sign in to comment.