Skip to content

Commit

Permalink
IBX-2153: Moved ConfigResolverInterface into contracts (#26)
Browse files Browse the repository at this point in the history
* IBX-2153: Moved ConfigResolverInterface into contracts

* fix: Coding Standards

* fix: dropped .php-cs-fixer.cache
  • Loading branch information
ViniTou authored Jan 31, 2022
1 parent 2d52217 commit 554e870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
composer.lock
.php_cs.cache
.php-cs-fixer.cache
2 changes: 1 addition & 1 deletion src/lib/Service/PersistenceCacheServiceInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Ibexa\SystemInfo\Service;

use Ibexa\Core\MVC\ConfigResolverInterface;
use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface;

/**
* @internal
Expand Down

0 comments on commit 554e870

Please sign in to comment.