Browse code

Add missing use statement

Benjamin Roth authored on14/11/2023 15:38:33
Showing1 changed files
... ...
@@ -14,6 +14,7 @@ declare(strict_types=1);
14 14
  */
15 15
 
16 16
 use Contao\Config;
17
+use Contao\DC_File;
17 18
 
18 19
 $GLOBALS['TL_DCA']['tl_member_settings'] = [
19 20