UPGRADE: Namespace fixes after running upgrade tool

This commit is contained in:
Gordon Anderson 2018-04-19 20:26:38 +07:00
parent 19b62c195e
commit 0c96d86131
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
<?php <?php
use SilverStripe\Core\Config\Config;
use SilverStripe\Control\Session;
use SilverStripe\Forms\TextField;
/** /**
* {@link FormField} for adding an optional maths protection question to a form. * {@link FormField} for adding an optional maths protection question to a form.
* *