Use wikimedia/object-factory 1.0.0
[lhc/web/wiklou.git] / includes / htmlform / HTMLForm.php
index afb815f..78e7625 100644 (file)
@@ -21,6 +21,8 @@
  * @file
  */
 
+use Wikimedia\ObjectFactory;
+
 /**
  * Object handling generic submission, CSRF protection, layout and
  * other logic for UI forms. in a reusable manner.