Skip to content

Commit 52a286e

Browse files
Merge pull request #2 from Shaun2D2/message-fix
fixed variable
2 parents 82af7cb + 2c189c8 commit 52a286e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumbPasswordServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function boot()
4242

4343
Validator::extend('dumbpwd', function($attribute, $value, $parameters, $validator) use ($data) {
4444
return !$data->has($value);
45-
}, $message);
45+
}, $this->message);
4646
}
4747

4848
/**

0 commit comments

Comments
 (0)