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

Fix 719 #736

Merged
merged 3 commits into from Jan 2, 2018
Merged

Fix 719 #736

merged 3 commits into from Jan 2, 2018

Conversation

djaiss
Copy link
Member

@djaiss djaiss commented Jan 2, 2018

Close #719

@djaiss djaiss mentioned this pull request Jan 2, 2018
@djaiss djaiss merged commit 3e3e30a into master Jan 2, 2018
@@ -26,7 +26,7 @@ public function rules()
return [
'first_name' => 'required|max:255',
'last_name' => 'required|max:255',
'email' => 'required|email|max:2083|unique:users,email,'. $this->id,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was StyleCI failing just for that space?
@djaiss

@djaiss djaiss deleted the fix-719 branch January 7, 2018 14:50
@github-actions
Copy link

This pull request has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when updating timezone
2 participants