@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php namespace Kris\LaravelFormBuilder\Fields; |
| 2 | 2 | |
| 3 | -use Illuminate\Database\Eloquent\Collection; |
|
| 4 | -use Illuminate\Database\Eloquent\Model; |
|
| 5 | 3 | use Kris\LaravelFormBuilder\Form; |
| 6 | 4 | use Kris\LaravelFormBuilder\FormHelper; |
| 7 | 5 | use Kris\LaravelFormBuilder\RulesParser; |
@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php namespace Kris\LaravelFormBuilder; |
| 2 | 2 | |
| 3 | -use Illuminate\Support\Collection; |
|
| 4 | -use Symfony\Component\Translation\TranslatorInterface; |
|
| 3 | +use Illuminate\Contracts\View\Factory as View; |
|
| 5 | 4 | use Illuminate\Database\Eloquent\Model; |
| 5 | +use Illuminate\Support\Collection; |
|
| 6 | 6 | use Kris\LaravelFormBuilder\Fields\FormField; |
| 7 | -use Illuminate\Contracts\View\Factory as View; |
|
| 7 | +use Symfony\Component\Translation\TranslatorInterface; |
|
| 8 | 8 | |
| 9 | 9 | class FormHelper |
| 10 | 10 | { |