Skip to content

Instantly share code, notes, and snippets.

@tadeubdev
Last active January 11, 2022 00:22
Show Gist options
  • Select an option

  • Save tadeubdev/22bbabca1aedaf5a4728123525254b9e to your computer and use it in GitHub Desktop.

Select an option

Save tadeubdev/22bbabca1aedaf5a4728123525254b9e to your computer and use it in GitHub Desktop.
<?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