Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgoncalves13/8140a7a1bf2cb85fe4d16da20ea34acc to your computer and use it in GitHub Desktop.
Save vgoncalves13/8140a7a1bf2cb85fe4d16da20ea34acc to your computer and use it in GitHub Desktop.
OrdemServico {#868 ▼
#table: "ordens_servico"
#connection: "mysql"
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#withCount: []
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#attributes: array:7 [▶]
#original: array:7 [▶]
#changes: []
#casts: []
#dates: []
#dateFormat: null
#appends: []
#dispatchesEvents: []
#observables: []
#relations: array:1 [▼
"clientes" => Cliente {#954 ▼
#table: "clientes"
#connection: "mysql"
#primaryKey: "id"
#keyType: "int"
+incrementing: true
#with: []
#withCount: []
#perPage: 15
+exists: true
+wasRecentlyCreated: false
#attributes: array:4 [▼
"id" => 1
"nome" => "Victor Hugo Gonçalves Alves"
"created_at" => "2018-06-25 11:30:28"
"updated_at" => "2018-06-25 11:30:28"
]
#original: array:4 [▶]
#changes: []
#casts: []
#dates: []
#dateFormat: null
#appends: []
#dispatchesEvents: []
#observables: []
#relations: []
#touches: []
+timestamps: true
#hidden: []
#visible: []
#fillable: []
#guarded: array:1 [▶]
}
]
#touches: []
+timestamps: true
#hidden: []
#visible: []
#fillable: []
#guarded: array:1 [▶]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment