Skip to content

Commit

Permalink
Update contract.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 19, 2015
1 parent 39e324a commit 80b3e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ There might be requirement that a different type of storage engine would be use
```php
<?php

use Orchestra\Memory\MemoryHandlerInterface;
use Orchestra\Contracts\Memory\Handler;

class AcmeMemoryHandler implements MemoryHandlerInterface
class AcmeMemoryHandler implements Handler
{
// Add your implementation
}
Expand Down

0 comments on commit 80b3e2c

Please sign in to comment.