8000 use Validator in ReplyForm · laravelio/laravel.io@ffbbf14 · GitHub
[go: up one dir, main page]

Skip to content

Commit ffbbf14

Browse files
use Validator in ReplyForm
1 parent 71ac8ae commit ffbbf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Lio/Forum/Replies/ReplyForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php namespace Lio\Forum\Replies;
22

33
use Lio\Core\FormModel;
4-
use Input;
4+
use Input, Validator;
55

66
class ReplyForm extends FormModel
77
{

0 commit comments

Comments
 (0)
0