Skip to content

Commit

Permalink
Restore (empty) abstract method boot
Browse files Browse the repository at this point in the history
  • Loading branch information
major-mayer committed Apr 5, 2024
1 parent 23b4b21 commit 082f3c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Needs imagemagick with HEIC support installed and the PHP bindings (Imagick extension) enabled.
Check Github for more details.]]>
</description>
<version>2.0.0</version>
<version>2.0.1</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="http://example.com">major-mayer</author>
<namespace>ImageConverter</namespace>
Expand Down
4 changes: 4 additions & 0 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ public function register(IRegistrationContext $context): void

$context->registerEventListener(LoadAdditionalScriptsEvent::class, LoadAdditionalListener::class);
}

public function boot(IBootContext $context): void
{
}
}

0 comments on commit 082f3c3

Please sign in to comment.