Skip to content

Commit

Permalink
fix: fixed an error caused by different craft version api's
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavs-gutmanis committed Oct 3, 2022
1 parent f1de906 commit 540d3e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function actionIndex(): Response

$this->requirePostRequest();

$post = $this->request->post();
$post = \Craft::$app->request->post();

$state = [
'composer' => [
Expand Down

0 comments on commit 540d3e9

Please sign in to comment.