Skip to content

Commit

Permalink
Adding missing class import to Cookie storage adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Oct 22, 2011
1 parent 8da74dc commit 5bbbee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/session/adapter/Cookie.php
Expand Up @@ -8,6 +8,7 @@

namespace lithium\storage\session\adapter;

use RuntimeException;
use lithium\util\Set;
use lithium\util\Inflector;

Expand Down

0 comments on commit 5bbbee6

Please sign in to comment.