Skip to content

Commit

Permalink
No need to be the specialized Api\Exception #9696
Browse files Browse the repository at this point in the history
Because were are not inside the API yet, so that class has no purpose.
  • Loading branch information
PowerKiKi committed Jul 24, 2023
1 parent 45c20f1 commit 30ab2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Middleware/SignedQueryMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Ecodev\Felix\Middleware;

use Cake\Chronos\Chronos;
use Ecodev\Felix\Api\Exception;
use Exception;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;
Expand Down

0 comments on commit 30ab2e5

Please sign in to comment.