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
| { | |
| "passwordcheck" : { | |
| "validators" : { | |
| "required" : { | |
| "message" : "PASSWORD.CONFIRM_CURRENT" | |
| } | |
| } | |
| }, | |
| "first_name" : { | |
| "validators" : { |
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
| <?php | |
| namespace UserFrosting\Sprinkle\Site\Model; | |
| use UserFrosting\Sprinkle\Account\Model\User; | |
| class OwlerUser extends User { | |
| /** | |
| * Get the owler associated with this user. | |
| */ |
NewerOlder