Skip to content

Commit

Permalink
Move Events class to Transition/Core directory
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Sep 28, 2023
1 parent 9ff34af commit 8b9310f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
'templates' => [
],
'events' => [
'onActivate' => '\OxidEsales\MediaLibrary\Core\Events::onActivate',
'onDeactivate' => '\OxidEsales\MediaLibrary\Core\Events::onDeactivate',
'onActivate' => '\OxidEsales\MediaLibrary\Transition\Core\Events::onActivate',
'onDeactivate' => '\OxidEsales\MediaLibrary\Transition\Core\Events::onDeactivate',
],
'blocks' => [],
'settings' => [
Expand Down
File renamed without changes.

0 comments on commit 8b9310f

Please sign in to comment.