Skip to content

Commit

Permalink
Fix upgrade controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimot24 committed Nov 13, 2024
1 parent c733b06 commit c7fa438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/Controllers/UpgradeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ class UpgradeController extends Controller

private $updateManager = null;

public function __construct(Request $request, \Codedge\Updater\UpdaterManager $updater){

parent::__construct($request);
public function __construct(\Codedge\Updater\UpdaterManager $updater){

$this->updateManager = $updater;
}
Expand Down

0 comments on commit c7fa438

Please sign in to comment.