Skip to content

Commit

Permalink
Add missing use.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Jul 5, 2015
1 parent 3afe5f6 commit ac4d934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Form/Fieldset.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php namespace Orchestra\Html\Form;

use Closure;
use InvalidArgumentException;
use Orchestra\Html\Grid as BaseGrid;
use Orchestra\Contracts\Html\Form\Template;
use Illuminate\Contracts\Config\Repository;
use Orchestra\Contracts\Html\Form\Template;
use Illuminate\Contracts\Container\Container;
use Orchestra\Contracts\Html\Form\Control as ControlContract;
use Orchestra\Contracts\Html\Form\Fieldset as FieldsetContract;
Expand Down

0 comments on commit ac4d934

Please sign in to comment.