Skip to content

Commit 7e0a85b

Browse files
committed
removed unused module constructor
1 parent 96790b1 commit 7e0a85b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
### 1.2.1
4+
5+
* Removed: Unused module constructor
6+
37
### 1.2.0
48

59
* Added: Codeception

src/AuthenticationWithRolesModule.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
*/
3333
class AuthenticationWithRolesModule extends AuthenticationModule
3434
{
35-
public function __construct($loginProviderClassName = null, $urlToProtect = "/", $loginUrl = "/login/")
36-
{
37-
parent::__construct($loginProviderClassName, $urlToProtect, $loginUrl);
38-
}
39-
4035
public function initialise()
4136
{
4237
parent::initialise();

0 commit comments

Comments
 (0)