Skip to content

Commit

Permalink
fix: remove unused "use" statements
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Apr 11, 2023
1 parent f7b8378 commit d9074f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@

namespace RockFrontend;

use Exception;
use ProcessWire\Page;
use ProcessWire\Pageimage;
use ProcessWire\Pageimages;
use ProcessWire\Paths;
use ProcessWire\RockFrontend;
use ProcessWire\Wire;
use ProcessWire\WireData;
use ProcessWire\WireHttp;

class Seo extends Wire
{
Expand Down

0 comments on commit d9074f0

Please sign in to comment.