Skip to content

Commit f39e635

Browse files
authored
Merge pull request #24 from zcraber/patch-1
fix typo
2 parents 925f1de + ae0591a commit f39e635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module_development/creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Now while uninstallation process, let's perform below tasks:
195195
```php
196196
public function uninstall()
197197
{
198-
if (!parent::install()
198+
if (!parent::uninstall()
199199
|| !Configuration::deleteByName('MYQLOMODULE_NAME')
200200
|| !$this->dropModuleTables()
201201
) {

0 commit comments

Comments
 (0)