Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit a262856

Browse files
committed
Fix: Config key should be 'constraints' :trollface:
1 parent 7a9cd28 commit a262856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ZfModule/config/module.config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'type' => 'Segment',
3131
'options' => [
3232
'route' => '/user/:owner',
33-
'constrains' => [
33+
'constraints' => [
3434
'owner' => '[a-zA-Z][a-zA-Z0-9_-]*',
3535
],
3636
'defaults' => [

0 commit comments

Comments
 (0)