Skip to content

Commit

Permalink
FIX: Add missing use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Densham committed Aug 7, 2014
1 parent 46c25be commit bed91b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Extensions/InuitFieldList.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php namespace StudioBonito\SilverStripe\Inuit\Forms\Extensions;

use ClassInfo;
use FieldGroup;
use SSViewer;
use Tab;
use TabSet;

/**
* An extension to transform the {@link \FormField} objects
Expand Down

0 comments on commit bed91b1

Please sign in to comment.