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

Commit 3e1ff17

Browse files
committed
Fix: Config key should be 'constraints'
1 parent 685a929 commit 3e1ff17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/ZfModule/config/module.config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
'type' => 'Segment',
5555
'options' => [
5656
'route' => '/list[/:owner]',
57-
'constrains' => [
57+
'constraints' => [
5858
'owner' => '[a-zA-Z][a-zA-Z0-9_-]*',
5959
],
6060
'defaults' => [

0 commit comments

Comments
 (0)