mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
unused far fix
This commit is contained in:
parent
135f141c06
commit
8efe04fc6b
|
|
@ -107,7 +107,7 @@ abstract class UninstallerAbstract
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($definitions as $name => $definition) {
|
foreach ($definitions as $name => $_) {
|
||||||
$builder->dropTable($name);
|
$builder->dropTable($name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user