Skip to content

Commit

Permalink
fix(filefield): missing class use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Feb 18, 2022
1 parent 0d85dad commit 5bd752d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/field/filefield.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
use GlpiPlugin\Formcreator\Exception\ComparisonException;
use PluginFormcreatorSection;
use PluginFormcreatorQuestion;
use PluginFormcreatorCommon;

class FileField extends PluginFormcreatorAbstractField
{
Expand Down

0 comments on commit 5bd752d

Please sign in to comment.