Skip to content

Commit

Permalink
Fixed miss class load
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiajun committed Oct 24, 2017
1 parent 95a2f3f commit 51f77db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Framework/Cache/CacheServiceProvider.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 CacheServiceProvider
Expand Down
2 changes: 1 addition & 1 deletion src/Framework/Cache/RedisServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace TastPHP\Framework\Cache;

use ServiceProvider;
use TastPHP\Framework\Service\ServiceProvider;
use Redis;

/**
Expand Down
1 change: 1 addition & 0 deletions src/Framework/Traits/KernelTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use TastPHP\Framework\Cache\CacheServiceProvider;
use TastPHP\Framework\Cache\FileCacheServiceProvider;
use TastPHP\Framework\Cache\RedisServiceProvider;
use TastPHP\Framework\CsrfToken\CsrfTokenServiceProvider;
use TastPHP\Framework\Doctrine\DoctrineServiceProvider;
use TastPHP\Framework\Event\HttpEvent;
Expand Down

0 comments on commit 51f77db

Please sign in to comment.