Merge pull request #63 from creative-commoners/pulls/master/update-class-references

Update UploadField namespace reference
This commit is contained in:
Guy Marriott 2019-05-07 12:04:08 +12:00 committed by GitHub
commit f6d9f054f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ use SilverStripe\FrameworkTest\Model\TestPage_Controller;
use SilverStripe\Security\Member;
use SilverStripe\Forms\EmailField;
use SilverStripe\Forms\FileField;
use SilverStripe\Forms\UploadField;
use SilverStripe\AssetAdmin\Forms\UploadField;
use SilverStripe\Forms\FieldList;
use SilverStripe\Forms\FormAction;
use SilverStripe\Forms\Form;
@ -18,7 +18,6 @@ class TestFileUploadPage extends TestPage
class TestFileUploadPage_Controller extends TestPage_Controller
{
private static $allowed_actions = array(
'Form'
);