Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. TimeTransaction {#528
  2. #primaryKey: "ID"
  3. +table: "timetransactions"
  4. #fillable: array:22 [
  5. 0 => "ID"
  6. 1 => "Activity"
  7. 2 => "Created"
  8. 3 => "Creator"
  9. 4 => "CreatorFullName"
  10. 5 => "Division"
  11. 6 => "Date"
  12. 7 => "Employee"
  13. 8 => "Hours"
  14. 9 => "IsOperationFinished"
  15. 10 => "LaborHours"
  16. 11 => "Modified"
  17. 12 => "Modifier"
  18. 13 => "ModifierFullName"
  19. 14 => "Notes"
  20. 15 => "PercentComplete"
  21. 16 => "Quantity"
  22. 17 => "RoutingStepPlan"
  23. 18 => "ShopOrder"
  24. 19 => "Status"
  25. 20 => "TimedTimeTransaction"
  26. 21 => "WorkCenter"
  27. ]
  28. #connection: "mysql"
  29. #keyType: "int"
  30. +incrementing: true
  31. #with: []
  32. #withCount: []
  33. #perPage: 15
  34. +exists: true
  35. +wasRecentlyCreated: false
  36. #attributes: array:24 [
  37. "ID" => 230
  38. "Activity" => null
  39. "Created" => null
  40. "Creator" => null
  41. "CreatorFullName" => null
  42. "Division" => null
  43. "Date" => null
  44. "Employee" => "a927df20-70a8-433a-bc97-ee48806371ff"
  45. "Hours" => 1.0
  46. "IsOperationFinished" => null
  47. "LaborHours" => null
  48. "Modified" => null
  49. "Modifier" => null
  50. "ModifierFullName" => null
  51. "Notes" => null
  52. "PercentComplete" => 100.0
  53. "Quantity" => 1.0
  54. "RoutingStepPlan" => "b064bf80-22e1-455f-8a2d-e6a84b7a04ee"
  55. "ShopOrder" => "ebb7d015-fa74-49f3-a930-98f71dcafc65"
  56. "Status" => 20
  57. "TimedTimeTransaction" => null
  58. "WorkCenter" => null
  59. "updated_at" => "2018-04-16 14:57:52"
  60. "created_at" => "2018-04-16 14:57:52"
  61. ]
  62. #original: array:24 [
  63. "ID" => 230
  64. "Activity" => null
  65. "Created" => null
  66. "Creator" => null
  67. "CreatorFullName" => null
  68. "Division" => null
  69. "Date" => null
  70. "Employee" => "a927df20-70a8-433a-bc97-ee48806371ff"
  71. "Hours" => 1.0
  72. "IsOperationFinished" => null
  73. "LaborHours" => null
  74. "Modified" => null
  75. "Modifier" => null
  76. "ModifierFullName" => null
  77. "Notes" => null
  78. "PercentComplete" => 100.0
  79. "Quantity" => 1.0
  80. "RoutingStepPlan" => "b064bf80-22e1-455f-8a2d-e6a84b7a04ee"
  81. "ShopOrder" => "ebb7d015-fa74-49f3-a930-98f71dcafc65"
  82. "Status" => 20
  83. "TimedTimeTransaction" => null
  84. "WorkCenter" => null
  85. "updated_at" => "2018-04-16 14:57:52"
  86. "created_at" => "2018-04-16 14:57:52"
  87. ]
  88. #changes: []
  89. #casts: []
  90. #dates: []
  91. #dateFormat: null
  92. #appends: []
  93. #dispatchesEvents: []
  94. #observables: []
  95. #relations: []
  96. #touches: []
  97. +timestamps: true
  98. #hidden: []
  99. #visible: []
  100. #guarded: array:1 [
  101. 0 => "*"
  102. ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement