Skip to content
Snippets Groups Projects
Commit eb91e460 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge remote-tracking branch 'origin/master'

parents 628ef50c 409caa73
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2 ahoyapi: v2
commands: commands:
update: update:
cmd: composer ahoy "$@" cmd: composer lakedrops:ahoy "$@"
usage: Update Ahoy setup in project usage: Update Ahoy setup in project
...@@ -30,7 +30,7 @@ class Plugin extends BasePlugin { ...@@ -30,7 +30,7 @@ class Plugin extends BasePlugin {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static function getSubscribedEvents() { public static function getSubscribedEvents(): array {
return array( return array(
ScriptEvents::POST_CREATE_PROJECT_CMD => 'updateScripts', ScriptEvents::POST_CREATE_PROJECT_CMD => 'updateScripts',
ScriptEvents::POST_INSTALL_CMD => 'updateScripts', ScriptEvents::POST_INSTALL_CMD => 'updateScripts',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment