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

Commit 264fc5d

Browse files
committed
fix namespace
1 parent ce34126 commit 264fc5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public function make(array $data, array $rules, array $messages = [], array $cus
2929
*/
3030
public function getValidationFactory()
3131
{
32-
return app(Illuminate\Contracts\Validation\Factory::class);
32+
return app(\Illuminate\Contracts\Validation\Factory::class);
3333
}
3434
}

0 commit comments

Comments
 (0)