Skip to content

Commit

Permalink
Remove php 7.2 incompatible code
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorcow committed Sep 19, 2019
1 parent 8d2d1c0 commit e81c082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/RotateStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use Exception;
use Injector;
use LittleGiant\SpinDB\Configuration\RotateConfig;
use Object;
use SS_Object;

class RotateStorage extends Object
class RotateStorage extends SS_Object
{
/**
* s3 client
Expand Down

0 comments on commit e81c082

Please sign in to comment.