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

Commit dbb2b25

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 3c6e068 commit dbb2b25

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)