PatchCollector: remove array mixing

This commit is contained in:
Steffen Lange 2021-09-07 15:39:44 +02:00
parent 6553084a14
commit f675d48dfd

View file

@ -13,7 +13,7 @@ foreach (new \DirectoryIterator(__DIR__ . '/modules') as $file) {
} }
} }
} }
shuffle($list); //shuffle($list);
$db = new Database(__DIR__ . '/db.json'); $db = new Database(__DIR__ . '/db.json');
echo 'Time: ' . date('c', $db->time()) . PHP_EOL; echo 'Time: ' . date('c', $db->time()) . PHP_EOL;