Commit be5eaf94 authored by Colin Viebrock's avatar Colin Viebrock

Driver uses Laravel\Crypter

Signed-off-by: 's avatarColin Viebrock <colin@viebrock.ca>
parent 1f706bd2
...@@ -4,6 +4,7 @@ use Laravel\Str; ...@@ -4,6 +4,7 @@ use Laravel\Str;
use Laravel\Cookie; use Laravel\Cookie;
use Laravel\Config; use Laravel\Config;
use Laravel\Session; use Laravel\Session;
use Laravel\Crypter;
abstract class Driver { abstract class Driver {
......
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