Skip to content
Snippets Groups Projects
Commit aca07403 authored by Alexandre Caillot's avatar Alexandre Caillot :fox:
Browse files

Fix : SQL Module.

parent c30cd21b
No related branches found
No related tags found
No related merge requests found
Pipeline #1540879624 passed
......@@ -9,7 +9,7 @@
*
* @File : Module.php
* @Created_at : 06/11/2024
* @Update_at : 09/11/2024
* @Update_at : 13/11/2024
* --------------------------------------------------------------------------
*/
......@@ -35,7 +35,7 @@ class Module extends AbstractModule
* @throws ContainerException
* @throws FileWriterException
*/
public function postInstall(
public function install(
LunaContainer $container,
PackageEvent $event
): void {
......@@ -61,7 +61,7 @@ class Module extends AbstractModule
* @throws ContainerException
* @throws FileWriterException
*/
public function postUninstall(
public function delete(
LunaContainer $container,
PackageEvent $event
): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment