diff --git a/misc/update/decrypt_hashes.php b/misc/update/decrypt_hashes.php index f12251339..6ee1fd558 100755 --- a/misc/update/decrypt_hashes.php +++ b/misc/update/decrypt_hashes.php @@ -2,8 +2,8 @@ require_once dirname(__DIR__, 2).DIRECTORY_SEPARATOR.'bootstrap/autoload.php'; -use nntmux\ColorCLI; use nntmux\db\DB; +use nntmux\ColorCLI; use nntmux\NameFixer; use nntmux\ConsoleTools;