Skip to content

Commit

Permalink
가입시 룰 처리 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhyeon1010 committed Nov 15, 2018
1 parent 0846b99 commit 0dd3e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/RegisterController.php
Expand Up @@ -111,7 +111,7 @@ protected function getRegisterForm(Request $request)

$rules = $parts->map(function ($part) {
return $part->rules();
})->collapse();
})->collapse()->all();

XeFrontend::rule('join', $rules);

Expand Down

0 comments on commit 0dd3e45

Please sign in to comment.