File tree Expand file tree Collapse file tree 5 files changed +25
-11
lines changed Expand file tree Collapse file tree 5 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 66 * Time: 00:51
77 */
88
9- namespace Inhere \Validate \Utils ;
10-
11- use Inhere \Validate \Filter \Filters ;
12- use Inhere \Validate \Filter \UserFilters ;
9+ namespace Inhere \Validate \Filter ;
1310
1411/**
1512 * Trait DataFilteringTrait
16- * @package Inhere\Validate\Utils
13+ * @package Inhere\Validate\Filter
1714 */
1815trait DataFilteringTrait
1916{
Original file line number Diff line number Diff line change 88
99namespace Inhere \Validate \Filter ;
1010
11- use Inhere \Validate \Utils \DataFilteringTrait ;
12-
1311/**
1412 * Class Filtration
1513 * @package Inhere\Validate\Filter
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Created by PhpStorm.
4+ * User: inhere
5+ * Date: 2019-01-20
6+ * Time: 00:54
7+ */
8+
9+ namespace Inhere \Validate ;
10+
11+ /**
12+ * Class GlobalMessage
13+ * @package Inhere\Validate
14+ */
15+ class GlobalMessage
16+ {
17+ // TODO ...
18+ }
Original file line number Diff line number Diff line change 66 * Time: 11:26
77 */
88
9- namespace Inhere \Validate \Utils ;
9+ namespace Inhere \Validate \Traits ;
1010
11+ use Inhere \Validate \Utils \Helper ;
1112use Inhere \Validate \Validators ;
1213
1314/**
1415 * trait ErrorMessageTrait
1516 * @author inhere
16- * @package Inhere\Validate\Utils
17+ * @package Inhere\Validate\Traits
1718 */
1819trait ErrorMessageTrait
1920{
Original file line number Diff line number Diff line change 99namespace Inhere \Validate ;
1010
1111use Inhere \Validate \Filter \Filters ;
12- use Inhere \Validate \Utils \DataFilteringTrait ;
13- use Inhere \Validate \Utils \ErrorMessageTrait ;
12+ use Inhere \Validate \Filter \DataFilteringTrait ;
13+ use Inhere \Validate \Traits \ErrorMessageTrait ;
1414use Inhere \Validate \Utils \Helper ;
1515use Inhere \Validate \Utils \UserAndContextValidatorsTrait ;
1616use Inhere \Validate \Validator \UserValidators ;
You can’t perform that action at this time.
0 commit comments