Source
public static function findUrlFactory()
{
return static::findUriFactory();
}
This method has been deprecated since This will be removed in 2.0. Consider using the findUriFactory() method.. This will be removed in 2.0. Consider using the findUriFactory() method instead.
public static function findUrlFactory()
{
return static::findUriFactory();
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.