Skip to content

Commit

Permalink
Fixed miss ServiceProvider loader in FileCacheServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 28, 2017
1 parent af2fbab commit 6b8923c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Framework/Cache/FileCacheServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

namespace TastPHP\Framework\Cache;

use ServiceProvider;
use TastPHP\Framework\Cache\RedisCacheService;
use TastPHP\Framework\Service\ServiceProvider;

/**
* Class FileCacheServiceProvider
Expand All @@ -22,4 +21,4 @@ public function register()
return new LocalFileCacheService();
});
}
}
}

0 comments on commit 6b8923c

Please sign in to comment.