mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 03:37:44 +08:00
Fixed bug that collect()
cannot be found.
This commit is contained in:
parent
d57affbb69
commit
7da2da17c3
@ -23,6 +23,8 @@ use Hyperf\Validation\Validator;
|
||||
use Hyperf\Validation\ValidatorFactory;
|
||||
use InvalidArgumentException;
|
||||
|
||||
use function Hyperf\Collection\collect;
|
||||
|
||||
class File implements Rule, DataAwareRule, ValidatorAwareRule
|
||||
{
|
||||
use Conditionable;
|
||||
|
Loading…
Reference in New Issue
Block a user