We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfa109 commit 61950d7Copy full SHA for 61950d7
1 file changed
examples/simple.php
@@ -28,7 +28,7 @@
28
29
$app = (new Stack\Builder())
30
->push('Dflydev\Stack\BasicAuthentication', [
31
- 'firewalls' => [
+ 'firewall' => [
32
['path' => '/', 'anonymous' => true],
33
['path' => '/login'],
34
],
0 commit comments