PatchCollector: remove array mixing
This commit is contained in:
parent
6553084a14
commit
f675d48dfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue