Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit c32aba4

Browse files
committed
Merge pull request #52 from Adldap2/analysis-qJ24rV
Applied fixes from StyleCI
2 parents 3c6e068 + dbb2b25 commit c32aba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/WindowsAuthenticate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function createModel()
8787
{
8888
$model = $this->auth->getProvider()->getModel();
8989

90-
return new $model;
90+
return new $model();
9191
}
9292

9393
/**

0 commit comments

Comments
 (0)