Skip to content

Commit

Permalink
Reorder uses.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Oct 7, 2014
1 parent 80b51e9 commit 25bf7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Memory/Abstractable/DatabaseHandler.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php namespace Orchestra\Memory\Abstractable;

use Orchestra\Support\Str;
use Illuminate\Cache\Repository;
use Orchestra\Memory\MemoryHandlerInterface;
use Orchestra\Support\Str;

abstract class DatabaseHandler extends Handler implements MemoryHandlerInterface
{
Expand Down

0 comments on commit 25bf7ec

Please sign in to comment.