Commit c0b9de27 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #645 from cviebrock/develop

Auth Driver uses Crypter
parents 1f706bd2 be5eaf94
......@@ -4,6 +4,7 @@ use Laravel\Str;
use Laravel\Cookie;
use Laravel\Config;
use Laravel\Session;
use Laravel\Crypter;
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