Skip to content

Commit

Permalink
$request not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nfourtythree committed Jun 20, 2024
1 parent 735b7a4 commit 5e8d4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function init(): void
$this->_registerSiteRoutes();
}

Craft::$app->onInit(function() use ($request) {
Craft::$app->onInit(function() {
$this->_registerDebugPanels();
});

Expand Down

0 comments on commit 5e8d4b4

Please sign in to comment.