Skip to content

Instantly share code, notes, and snippets.

@ambrosiora
Created February 5, 2020 19:16
Show Gist options
  • Save ambrosiora/9edaf06ffcef7729874d67ef02cb7182 to your computer and use it in GitHub Desktop.
Save ambrosiora/9edaf06ffcef7729874d67ef02cb7182 to your computer and use it in GitHub Desktop.
/var/www/html/app/Http/Controllers/AuthController.php:55:
array (size=2)
0 =>
array (size=9)
'id' => int 1
'slug' => string 'accounts' (length=8)
'nome' => string 'Eadstock Accounts' (length=17)
'descricao' => string 'Gerenciador de contas de usuários' (length=34)
'subdominio' => string 'accounts.eadstock.com.br' (length=24)
'ativo' => int 1
'created_at' => string '2020-02-05 14:54:44' (length=19)
'updated_at' => string '2020-02-05 14:54:44' (length=19)
'pivot' =>
array (size=3)
'user_id' => int 1
'sistema_id' => int 1
'papel_usuario_id' => int 3
1 =>
array (size=9)
'id' => int 2
'slug' => string 'links' (length=5)
'nome' => string 'Eadstock Links' (length=14)
'descricao' => string 'Encurtador e gerenciador de links, funcionando juntamente com redirecionador go.eadstock.com.br' (length=95)
'subdominio' => string 'links.eadstock.com.br' (length=21)
'ativo' => int 1
'created_at' => string '2020-02-05 14:54:44' (length=19)
'updated_at' => string '2020-02-05 14:54:44' (length=19)
'pivot' =>
array (size=3)
'user_id' => int 1
'sistema_id' => int 2
'papel_usuario_id' => int 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment