Merge pull request #24074 from owncloud/integritycheck_psr4

Move OC\IntegrityCheck to PSR-4
This commit is contained in:
Thomas Müller 2016-04-19 10:17:48 +02:00
commit 7054b9719b
7 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ use OC\IntegrityCheck\Exceptions\InvalidSignatureException;
use OC\IntegrityCheck\Helpers\AppLocator;
use OC\IntegrityCheck\Helpers\EnvironmentHelper;
use OC\IntegrityCheck\Helpers\FileAccessHelper;
use OC\Integritycheck\Iterator\ExcludeFileByNameFilterIterator;
use OC\IntegrityCheck\Iterator\ExcludeFileByNameFilterIterator;
use OC\IntegrityCheck\Iterator\ExcludeFoldersByPathFilterIterator;
use OCP\App\IAppManager;
use OCP\ICache;