@@ -39,7 +39,7 @@ |
||
39 | 39 | [['id'], 'trim'], |
40 | 40 | [['id'], 'required'], |
41 | 41 | [['id'], 'string', 'min' => 2, 'max' => 2], |
42 | - [['id'], 'match', 'pattern' => '/^' . self::PATTERN . '$/'], |
|
42 | + [['id'], 'match', 'pattern' => '/^'.self::PATTERN.'$/'], |
|
43 | 43 | [['id'], 'unique'], |
44 | 44 | |
45 | 45 | [['name'], 'trim'], |