Skip to content

Commit

Permalink
Use import
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Apr 5, 2020
1 parent f6e2b03 commit 7756d33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/php/unittest/web/Fields.class.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?php namespace unittest\web;

use lang\Enum;

/**
* HTML field types enumeration
*
* @see xp://unittest.web.Form#getFields
*/
abstract class Fields extends \lang\Enum {
abstract class Fields extends Enum {
public static $INPUT, $SELECT, $TEXTAREA;

static function __static() {
Expand Down

0 comments on commit 7756d33

Please sign in to comment.