Commit b9f6d162 by Taylor Otwell

improve key generation.

parent 59df5f3c
...@@ -45,7 +45,7 @@ return array( ...@@ -45,7 +45,7 @@ return array(
'host' => 'localhost', 'host' => 'localhost',
'database' => 'database', 'database' => 'database',
'username' => 'root', 'username' => 'root',
'password' => 'password', 'password' => '',
'charset' => 'utf8', 'charset' => 'utf8',
), ),
...@@ -54,7 +54,7 @@ return array( ...@@ -54,7 +54,7 @@ return array(
'host' => 'localhost', 'host' => 'localhost',
'database' => 'database', 'database' => 'database',
'username' => 'root', 'username' => 'root',
'password' => 'password', 'password' => '',
'charset' => 'utf8', 'charset' => 'utf8',
), ),
...@@ -63,7 +63,7 @@ return array( ...@@ -63,7 +63,7 @@ return array(
'host' => 'localhost', 'host' => 'localhost',
'database' => 'database', 'database' => 'database',
'username' => 'root', 'username' => 'root',
'password' => 'password', 'password' => '',
), ),
), ),
......
...@@ -48,6 +48,8 @@ class Key extends Task { ...@@ -48,6 +48,8 @@ class Key extends Task {
{ {
echo "An application key already exists!"; echo "An application key already exists!";
} }
echo PHP_EOL;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment