Skip to content

Commit 61950d7

Browse files
committed
Missed this file; should use firewall instead of firewalls for configuration.
1 parent 9dfa109 commit 61950d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
$app = (new Stack\Builder())
3030
->push('Dflydev\Stack\BasicAuthentication', [
31-
'firewalls' => [
31+
'firewall' => [
3232
['path' => '/', 'anonymous' => true],
3333
['path' => '/login'],
3434
],

0 commit comments

Comments
 (0)