Skip to content

Commit

Permalink
Add signature for generated function upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Feb 18, 2021
1 parent a70ff52 commit 93ef506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phar/current.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6557ce751329888710d20345cb14c081374d6e19
62da89a6dde519cfca6477c3ae4a498d00b9a25d
Binary file modified bin/prestashopConsole.phar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ protected function _getDefaultContent()
exit;
}
/**
* Upgrade module {version} description
* @param Module $module
* @return bool
*/
function upgrade_module_{version}($module)
{
//@Todo generate content
Expand Down

0 comments on commit 93ef506

Please sign in to comment.