Skip to content

Commit

Permalink
Use the proper UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed May 24, 2016
1 parent ad03617 commit 3ae9b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Data/Repositories/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use PragmaRX\Support\Config;
use Illuminate\Http\Request;
use Rhumsaa\Uuid\Uuid as UUID;
use Ramsey\Uuid\Uuid as UUID;
use Illuminate\Cookie\CookieJar;

class Cookie extends Repository {
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Repositories/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Carbon\Carbon;
use PragmaRX\Support\Config;
use Rhumsaa\Uuid\Uuid as UUID;
use Ramsey\Uuid\Uuid as UUID;
use PragmaRX\Support\PhpSession;

class Session extends Repository {
Expand Down

0 comments on commit 3ae9b47

Please sign in to comment.