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 6
6
* Time: 00:51
7
7
*/
8
8
9
- namespace Inhere \Validate \Utils ;
10
-
11
- use Inhere \Validate \Filter \Filters ;
12
- use Inhere \Validate \Filter \UserFilters ;
9
+ namespace Inhere \Validate \Filter ;
13
10
14
11
/**
15
12
* Trait DataFilteringTrait
16
- * @package Inhere\Validate\Utils
13
+ * @package Inhere\Validate\Filter
17
14
*/
18
15
trait DataFilteringTrait
19
16
{
Original file line number Diff line number Diff line change 8
8
9
9
namespace Inhere \Validate \Filter ;
10
10
11
- use Inhere \Validate \Utils \DataFilteringTrait ;
12
-
13
11
/**
14
12
* Class Filtration
15
13
* @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 6
6
* Time: 11:26
7
7
*/
8
8
9
- namespace Inhere \Validate \Utils ;
9
+ namespace Inhere \Validate \Traits ;
10
10
11
+ use Inhere \Validate \Utils \Helper ;
11
12
use Inhere \Validate \Validators ;
12
13
13
14
/**
14
15
* trait ErrorMessageTrait
15
16
* @author inhere
16
- * @package Inhere\Validate\Utils
17
+ * @package Inhere\Validate\Traits
17
18
*/
18
19
trait ErrorMessageTrait
19
20
{
Original file line number Diff line number Diff line change 9
9
namespace Inhere \Validate ;
10
10
11
11
use 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 ;
14
14
use Inhere \Validate \Utils \Helper ;
15
15
use Inhere \Validate \Utils \UserAndContextValidatorsTrait ;
16
16
use Inhere \Validate \Validator \UserValidators ;
You can’t perform that action at this time.
0 commit comments