Skip to content

Commit

Permalink
Fix protected
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Feb 14, 2021
1 parent 2b0135a commit 4f1de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/GroupProfileControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function testUpdateInfo(GroupController $controller)
/**
* @return GroupController
*/
private function getController(): GroupController
protected function getController(): GroupController
{
return new GroupProfileController($this->ci);
}
Expand Down

0 comments on commit 4f1de79

Please sign in to comment.