The Wayback Machine - https://web.archive.org/web/20210719173828/https://github.com/laravel/laravel/pull/5636
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Update validation.php for URL #5636

Merged
merged 1 commit into from Jul 1, 2021
Merged

Conversation

@JoshSalway
Copy link
Contributor

@JoshSalway JoshSalway commented Jul 1, 2021

Reference to docs:
https://laravel.com/docs/8.x/validation#rule-url

#url
The field under validation must be a valid URL.

-    'url' => 'The :attribute format is invalid.',
+    'url' => 'The :attribute must be a valid URL.',
@GrahamCampbell GrahamCampbell changed the title Update validation.php for URL. [8.x] Update validation.php for URL Jul 1, 2021
@taylorotwell taylorotwell merged commit 8665891 into laravel:8.x Jul 1, 2021
1 check passed
1 check passed
continuous-integration/styleci/pr The analysis has passed
Details
mikewink added a commit to mikewink/laravel that referenced this pull request Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants