Last active
January 11, 2022 00:22
-
-
Save tadeubdev/22bbabca1aedaf5a4728123525254b9e 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
| <?php | |
| return [ | |
| [ | |
| 'name' => 'Jhon', | |
| 'email' => '[email protected]', | |
| 'avatar' => 'http://avatar.com/avatar.png', | |
| 'active' => true, | |
| 'creation' => '20/12/2021 12:00h', | |
| 'links' => [ | |
| 'show' => 'http://site.com/usuarios/jhon-123', | |
| ], | |
| 'role' => 'Admin', | |
| ] | |
| ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment