@@ -18,6 +18,6 @@ |
||
18 | 18 | Cli::printer("Enter password: ", "magneta"); |
19 | 19 | $password = trim(fgets(fopen("php://stdin", "r"))); |
20 | 20 | |
21 | - Cli::printer(Auth::bcrypt($password) . PHP_EOL, "cyan", ); |
|
21 | + Cli::printer(Auth::bcrypt($password) . PHP_EOL, "cyan",); |
|
22 | 22 | } |
23 | 23 | } |