Same for switch.php

This commit is contained in:
DariusIII
2017-11-06 13:19:02 +01:00
parent edc0517242
commit cf15aa127e
@@ -4,7 +4,7 @@ if (!isset($argv[1])) {
exit('This script is not intended to be run manually.' . PHP_EOL);
}
require_once dirname(__DIR__, 5) . DIRECTORY_SEPARATOR . 'bootstrap.php';
require_once dirname(__DIR__, 4) . DIRECTORY_SEPARATOR . 'bootstrap.php';
use App\Models\Settings;
use \nntmux\db\DB;