mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-03 17:26:23 +01:00
Fix PHPStan errors
This commit is contained in:
@@ -10,7 +10,7 @@ $up = function () use ($db) {
|
||||
}
|
||||
};
|
||||
|
||||
$down = function () use ($db) {
|
||||
$down = function () {
|
||||
// will break the aac
|
||||
//if ($db->hasTable(TABLE_PREFIX . 'settings')) {
|
||||
// $db->dropTable(TABLE_PREFIX . 'settings');
|
||||
|
||||
Reference in New Issue
Block a user