Skip to content

Commit

Permalink
Removed BC change in UploadableListener method
Browse files Browse the repository at this point in the history
  • Loading branch information
szymach committed May 20, 2020
1 parent c6838b3 commit a55e10b
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 a55e10b

Please sign in to comment.