Commit ccd3c4ca authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:sparkles: feat(attributes) Use url input type for URLAttribute

issue #5910
Showing with 3 additions and 3 deletions
+3 -3
......@@ -81,9 +81,9 @@ class PathAttribute extends TestValidateAttribute
*/
class URLAttribute extends TestValidateAttribute
{
protected $trim = TRUE;
protected $testFunc = 'is_url';
protected $trim = TRUE;
protected $testFunc = 'is_url';
protected $inputType = 'url';
}
/*! \brief This class allow to handle easily a String LDAP attribute that contains an IP (v4 or v6)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment