Skip to content

Commit 5bd752d

Browse files
committed
fix(filefield): missing class use statement
1 parent 0d85dad commit 5bd752d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/field/filefield.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
use GlpiPlugin\Formcreator\Exception\ComparisonException;
4242
use PluginFormcreatorSection;
4343
use PluginFormcreatorQuestion;
44+
use PluginFormcreatorCommon;
4445

4546
class FileField extends PluginFormcreatorAbstractField
4647
{

0 commit comments

Comments
 (0)