Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 2f9425d

Browse files
committed
fix namespace
1 parent 264fc5d commit 2f9425d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Value.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct($value)
3434
*/
3535
public function validation(array $input, array $rules, array $messages = [], array $customAttributes = [])
3636
{
37-
return app(Lucid\Foundation\Validation::class)->make($input, $rules, $messages, $customAttributes);
37+
return app(\Lucid\Foundation\Validation::class)->make($input, $rules, $messages, $customAttributes);
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)