Created
October 31, 2014 19:19
-
-
Save AtlasApollo/22b6bdbda0af61e003aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object(Illuminate\Support\MessageBag)[505] | |
protected 'messages' => | |
array (size=3) | |
'username' => | |
array (size=1) | |
0 => string 'The username has already been taken.' (length=36) | |
'email' => | |
array (size=1) | |
0 => string 'The email has already been taken.' (length=33) | |
'password' => | |
array (size=1) | |
0 => string 'The password confirmation does not match.' (length=41) | |
protected 'format' => string ':message' (length=8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment