Skip to content

Commit

Permalink
Added "Ephemeral" to the list of handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhallbachner committed Sep 30, 2012
1 parent 7cccdba commit dbc5b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Stash/Handlers.php
Expand Up @@ -25,6 +25,7 @@ class Handlers
* @var array
*/
protected static $handlers = array('Apc' => '\Stash\Handler\Apc',
'Ephemeral' => '\Stash\Handler\Ephemeral',
'FileSystem' => '\Stash\Handler\FileSystem',
'Memcache' => '\Stash\Handler\Memcache',
'MultiHandler' => '\Stash\Handler\MultiHandler',
Expand Down

0 comments on commit dbc5b3a

Please sign in to comment.