Skip to content

Commit 9fdfb2a

Browse files
committed
move some files.g
1 parent 8e07b42 commit 9fdfb2a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/Filter/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace Inhere\Validate\Filter;
88

9-
use Inhere\Validate\Utils\Helper;
9+
use Inhere\Validate\Helper;
1010

1111
/**
1212
* Class Filters

src/Utils/Helper.php renamed to src/Helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
* Time: 11:26
77
*/
88

9-
namespace Inhere\Validate\Utils;
9+
namespace Inhere\Validate;
1010

1111
use Inhere\Validate\Filter\Filters;
1212

1313
/**
14-
* Class StrHelper
14+
* Class Helper
1515
* @package Inhere\Validate\Utils
1616
*/
1717
class Helper

src/Traits/ErrorMessageTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Inhere\Validate\Traits;
1010

11-
use Inhere\Validate\Utils\Helper;
11+
use Inhere\Validate\Helper;
1212
use Inhere\Validate\Validators;
1313

1414
/**

src/ValidationTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Inhere\Validate\Filter\Filters;
1212
use Inhere\Validate\Filter\DataFilteringTrait;
1313
use Inhere\Validate\Traits\ErrorMessageTrait;
14-
use Inhere\Validate\Utils\Helper;
14+
use Inhere\Validate\Helper;
1515
use Inhere\Validate\Validator\ScopedValidatorsTrait;
1616
use Inhere\Validate\Validator\UserValidators;
1717

src/GlobalMessage.php renamed to src/Validator/ErrorMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Time: 00:54
77
*/
88

9-
namespace Inhere\Validate;
9+
namespace Inhere\Validate\Validator;
1010

1111
/**
1212
* Class GlobalMessage

src/Validators.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Inhere\Validate;
1111

12-
use Inhere\Validate\Utils\Helper;
12+
use Inhere\Validate\Helper;
1313

1414
/**
1515
* Class Validators

0 commit comments

Comments
 (0)