Skip to content

Commit

Permalink
move CachedPlatform do Bridges namespace (BC break!)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 13, 2020
1 parent b193ac5 commit bffed89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
* @link https://github.com/nextras/dbal
*/

namespace Nextras\Dbal\Platforms;
namespace Nextras\Dbal\Bridges\NetteCaching;

use Nette\Caching\Cache;
use Nextras\Dbal\Platforms\IPlatform;


class CachedPlatform implements IPlatform
Expand Down
2 changes: 1 addition & 1 deletion tests/cases/unit/CachedPlatformTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Mockery;
use Mockery\MockInterface;
use Nette\Caching\Cache;
use Nette\Caching\IStorage;
use Nextras\Dbal\Platforms\CachedPlatform;
use Nextras\Dbal\Bridges\NetteCaching\CachedPlatform;
use Nextras\Dbal\Platforms\IPlatform;
use Tester\Assert;

Expand Down

0 comments on commit bffed89

Please sign in to comment.