Skip to content

Commit b90106e

Browse files
committed
update : cipher
el parametro estaba mal en la configuraion.
1 parent 2e07e73 commit b90106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
'key' => env('APP_KEY', 'SomeRandomString'),
8282

83-
'cipher' => MCRYPT_RIJNDAEL_128,
83+
'cipher' => 'AES-256-CBC',
8484

8585
/*
8686
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)