Skip to content

Commit

Permalink
Merge pull request #234 from burlito/typo-fix
Browse files Browse the repository at this point in the history
fix typo: artisand -> artisan
  • Loading branch information
snipe committed Sep 2, 2014
2 parents 284154a + 96e40d7 commit e978038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/config/local/app.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
| Run a php artisand key:generate --env=staging to create a random one
| Run a php artisan key:generate --env=staging to create a random one
*/

'key' => 'Change_this_key_or_snipe_will_get_ya',
Expand Down
2 changes: 1 addition & 1 deletion app/config/production/app.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
| Run a php artisand key:generate --env=staging to create a random one
| Run a php artisan key:generate --env=staging to create a random one
*/

'key' => 'Change_this_key_or_snipe_will_get_ya',
Expand Down
2 changes: 1 addition & 1 deletion app/config/staging/app.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
| Run a php artisand key:generate --env=staging to create a random one
| Run a php artisan key:generate --env=staging to create a random one
*/

'key' => 'Change_this_key_or_snipe_will_get_ya',
Expand Down
2 changes: 1 addition & 1 deletion app/config/testing/app.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
| Run a php artisand key:generate --env=staging to create a random one
| Run a php artisan key:generate --env=staging to create a random one
*/

'key' => 'Change_this_key_or_snipe_will_get_ya',
Expand Down

0 comments on commit e978038

Please sign in to comment.