File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "php" : " >=7.1" ,
1919 "ext-pdo" : " *" ,
2020 "nette/caching" : " ^3.0" ,
21- "nette/utils" : " ^3.0 "
21+ "nette/utils" : " ^3.1 "
2222 },
2323 "require-dev" : {
2424 "nette/tester" : " ^2.0" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class Row extends Nette\Utils\ArrayHash implements IRow
1919{
2020 public function __get ($ key )
2121 {
22- $ hint = Nette \Utils \ObjectHelpers ::getSuggestion (array_map ('strval ' , array_keys ((array ) $ this )), $ key );
22+ $ hint = Nette \Utils \Helpers ::getSuggestion (array_map ('strval ' , array_keys ((array ) $ this )), $ key );
2323 throw new Nette \MemberAccessException ("Cannot read an undeclared column ' $ key' " . ($ hint ? ", did you mean ' $ hint'? " : '. ' ));
2424 }
2525
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ public function &__get(string $key)
278278 }
279279
280280 $ this ->removeAccessColumn ($ key );
281- $ hint = Nette \Utils \ObjectHelpers ::getSuggestion (array_keys ($ this ->data ), $ key );
281+ $ hint = Nette \Utils \Helpers ::getSuggestion (array_keys ($ this ->data ), $ key );
282282 throw new Nette \MemberAccessException ("Cannot read an undeclared column ' $ key' " . ($ hint ? ", did you mean ' $ hint'? " : '. ' ));
283283 }
284284
You can’t perform that action at this time.
0 commit comments