Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Sep 16, 2023
1 parent b033116 commit 753d76b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
10 changes: 0 additions & 10 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,7 @@
use mauricerenck\Komments\KommentModeration;
use mauricerenck\Komments\KommentReceiver;
use Kirby;
use Kirby\Toolkit\V;
use Kirby\Toolkit\F;
use Kirby\Http\Url;
use Kirby\Data\Data;
use Kirby\Data\yaml;
use Kirby\Cms\Structure;
use Kirby\Http\Response;
use StdClass;
use is_null;
use json_encode;
use \Throwable;

@include_once __DIR__ . '/vendor/autoload.php';

Expand Down
2 changes: 0 additions & 2 deletions utils/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

namespace mauricerenck\Komments;

use json_encode;
use json_decode;
use in_array;
use Structure;
use f;
use Kirby\Http\Remote;
Expand Down
6 changes: 0 additions & 6 deletions utils/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

namespace mauricerenck\Komments;

use json_encode;
use json_decode;
use in_array;
use Structure;
use f;


class KommentNotificationUtils
{
Expand Down
1 change: 0 additions & 1 deletion utils/receiveKomment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use Kirby\Toolkit\Str;
use Kirby\Data\yaml;
use Kirby\Http\Response;
use Kirby\Http\Url;

class KommentReceiver
{
Expand Down

0 comments on commit 753d76b

Please sign in to comment.