enhance addresses

This commit is contained in:
Ludovic CANDELLIER
2023-01-01 22:45:27 +01:00
parent ea5350a0a6
commit b42ae14428
4 changed files with 21 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ class RegisterController extends Controller
public function showRegistrationForm()
{
return view('Shop.auth.register', $data ?? []);
return view('Shop.auth.register');
}
protected function create(array $data)