Skip to content

Commit

Permalink
Merge pull request #12 from mlewis-everley/2
Browse files Browse the repository at this point in the history
Add exception to imports
  • Loading branch information
nathancox authored Feb 18, 2018
2 parents 02376ee + 63d5b42 commit a8d3d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forms/HasOneAutocompleteField.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use SilverStripe\Forms\FormAction;
use SilverStripe\Forms\TextField;
use SilverStripe\Forms\HiddenField;
use Exception;

class HasOneAutocompleteField extends FormField
{
Expand Down

0 comments on commit a8d3d9f

Please sign in to comment.