Browse Source

Set default cipher.

Taylor Otwell 11 years ago
parent
commit
4aa42ee280
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/config/app.php

+ 2 - 0
app/config/app.php

@@ -67,6 +67,8 @@ return array(
 
 	'key' => 'YourSecretKey!!!',
 
+	'cipher' => MCRYPT_RIJNDAEL_128,
+
 	/*
 	|--------------------------------------------------------------------------
 	| Autoloaded Service Providers