Skip to content

Commit

Permalink
fix headers declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
blat committed Jul 31, 2022
1 parent 0304512 commit 0f4e94f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Plates.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

use League\Plates\Engine;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;

class Plates
{
Expand Down
3 changes: 3 additions & 0 deletions src/PlatesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

use League\Plates\Engine;
use League\Plates\Extension\ExtensionInterface;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\UriInterface;
use Psr\Http\Server\MiddlewareInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Slim\App;

class PlatesExtension implements ExtensionInterface, MiddlewareInterface
Expand Down

0 comments on commit 0f4e94f

Please sign in to comment.