Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
namespace refactorings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Oct 7, 2019
1 parent b3d01e0 commit ca0ea20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Service/Layout/Form/Field/Facade/FormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Dvi\Support\Service\Layout\Form\Field\Facade;

use Adianti\Base\Lib\Widget\Form\TField;
use Dvi\Adianti\Widget\Form\Field\Validator\RequiredValidator;
use Dvi\Component\Widget\Form\Field\Validator\RequiredValidator;

/**
* FormField
Expand Down
4 changes: 2 additions & 2 deletions src/Service/Layout/Form/Field/Facade/FormFieldFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace Dvi\Support\Service\Layout\Form\Field\Facade;

use Adianti\Base\Lib\Widget\Form\TFile;
use Dvi\Adianti\Widget\Form\Field\FormFieldTrait;
use Dvi\Adianti\Widget\Form\Field\FormFieldValidationTrait;
use Dvi\Component\Widget\Form\Field\FormFieldTrait;
use Dvi\Component\Widget\Form\Field\FormFieldValidationTrait;

/**
* @property TFile $field
Expand Down

0 comments on commit ca0ea20

Please sign in to comment.