Refactored global entities into their own proper namespaces

This commit is contained in:
Alejandro Celaya
2022-09-23 19:03:32 +02:00
parent 9f9d011d46
commit 0c6f8f1136
152 changed files with 227 additions and 221 deletions

View File

@@ -15,7 +15,7 @@ use Psr\Http\Message\UriInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Shlinkio\Shlink\Core\Config\NotFoundRedirectResolverInterface;
use Shlinkio\Shlink\Core\Domain\DomainServiceInterface;
use Shlinkio\Shlink\Core\Entity\Domain;
use Shlinkio\Shlink\Core\Domain\Entity\Domain;
use Shlinkio\Shlink\Core\ErrorHandler\Model\NotFoundType;
use Shlinkio\Shlink\Core\ErrorHandler\NotFoundRedirectHandler;
use Shlinkio\Shlink\Core\Options\NotFoundRedirectOptions;