2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-15 18:39:20 +02:00

11 lines
179 B
PHP

<?php
use MyAAC\Cache\Cache;
$db->exec('DROP TABLE IF EXISTS `' . TABLE_PREFIX . 'hooks`;');
$cache = Cache::getInstance();
if($cache->enabled()) {
$cache->delete('hooks');
}