Skip to content

Commit

Permalink
fix: missing respone class
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Feb 18, 2022
1 parent 4379d78 commit 1a2c2d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace mauricerenck\IndieConnector;

use Kirby;
use \Response;

@require_once __DIR__ . '/lib/indieweb-comments.php';
@include_once __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 1a2c2d9

Please sign in to comment.