Limpieza de objetos externos
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
namespace Contabilidad\Common\Middleware;
|
||||
namespace Common\Middleware;
|
||||
|
||||
use Psr\Http\Message\ServerRequestInterface as Request;
|
||||
use Psr\Http\Server\RequestHandlerInterface as Handler;
|
||||
use Psr\Http\Message\ResponseInterface as Response;
|
||||
use Psr\Http\Message\ResponseFactoryInterface as Factory;
|
||||
use Contabilidad\Common\Service\Auth as Service;
|
||||
use Common\Service\Auth as Service;
|
||||
|
||||
class Auth {
|
||||
protected Factory $factory;
|
||||
|
Reference in New Issue
Block a user