Added ReflectionClass dependency

This commit is contained in:
hirenpatel 2016-11-29 17:30:01 +00:00
parent 7a8d3c4daa
commit d4b5f5e2d3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ use SilverStripe\Forms\GridField\GridField;
use SilverStripe\Forms\GridField\GridField_HTMLProvider;
use SilverStripe\Forms\GridField\GridField_URLHandler;
use SilverStripe\View\ArrayData;
use ReflectionClass;
/**
* A component which lets the user select from a list of classes to create a new record form.