Skip to content

Commit 178eb57

Browse files
update
1 parent 5175d41 commit 178eb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ComposerPlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public static function getSubscribedEvents(): array
2727
public function onPostInstall(): void
2828
{
2929
// Run package post-install logic
30-
Installer::postInstall();
30+
Installer::install();
3131
}
3232

3333
public function onPostUpdate(): void
3434
{
3535
// Run package post-update logic
36-
Installer::postUpdate();
36+
Installer::update();
3737
}
3838
}

0 commit comments

Comments
 (0)