Skip to content

Commit a4c5fb6

Browse files
committed
fix spacing
1 parent 8c00886 commit a4c5fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumbPasswordServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class DumbPasswordServiceProvider extends ServiceProvider
3636
*/
3737
public function boot()
3838
{
39-
Validator::extend('dumbpwd', function ($attribute, $value, $parameters, $validator) {
39+
Validator::extend('dumbpwd', function ($attribute, $value, $parameters, $validator) {
4040
$path = realpath(__DIR__ . '/../resources/config/passwordlist.txt');
4141
$cache_key = md5_file($path);
4242
$data = Cache::rememberForever('dumbpwd_list_' . $cache_key, function () use ($path) {

0 commit comments

Comments
 (0)