Open KuenzelIT opened 10 years ago
If you specify rules in form of an array like
'name' => array('required','regex:/[a-z]*/')
you get an exception, because stripos tries to replace ": id:" in a string, but finds an array.
If you specify rules in form of an array like
you get an exception, because stripos tries to replace ": id:" in a string, but finds an array.