Move ->load into App.php and other fixes

This commit is contained in:
slawkens
2025-03-16 08:41:46 +01:00
parent deb8745ca1
commit fddb18d412
4 changed files with 19 additions and 14 deletions

View File

@@ -3,8 +3,6 @@
* @var OTS_DB_MySQL $db
*/
use MyAAC\Cache\Cache;
$up = function () use ($db) {
$db->dropTable(TABLE_PREFIX . 'hooks');