Advertisement
Guest User

Untitled

a guest
Aug 18th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. [{"Value":"ArtVenue"}]
  2.  
  3.  
  4.  
  5. [{"Value":"ArtVenue"}]
  6.  
  7.  
  8.  
  9. object(Illuminate\Database\Eloquent\Collection)#273 (1) {
  10. ["items":protected]=>
  11. array(1) {
  12. [0]=>
  13. object(SCM\Sitesettings)#275 (23) {
  14. ["table":protected]=>
  15. string(12) "sitesettings"
  16. ["fillable":protected]=>
  17. array(14) {
  18. [0]=>
  19. string(8) "siteName"
  20. [1]=>
  21. string(11) "description"
  22. [2]=>
  23. string(7) "favIcon"
  24. [3]=>
  25. string(3) "tos"
  26. [4]=>
  27. string(7) "privacy"
  28. [5]=>
  29. string(3) "faq"
  30. [6]=>
  31. string(11) "longDescrip"
  32. [7]=>
  33. string(5) "about"
  34. [8]=>
  35. string(11) "autoApprove"
  36. [9]=>
  37. string(23) "numberOfImagesInGallery"
  38. [10]=>
  39. string(11) "limitPerDay"
  40. [11]=>
  41. string(9) "tagsLimit"
  42. [12]=>
  43. string(21) "allowDownloadOriginal"
  44. [13]=>
  45. string(12) "maxImageSize"
  46. }
  47. ["connection":protected]=>
  48. NULL
  49. ["primaryKey":protected]=>
  50. string(2) "id"
  51. ["perPage":protected]=>
  52. int(15)
  53. ["incrementing"]=>
  54. bool(true)
  55. ["timestamps"]=>
  56. bool(true)
  57. ["attributes":protected]=>
  58. array(1) {
  59. ["Value"]=>
  60. string(8) "ArtVenue"
  61. }
  62. ["original":protected]=>
  63. array(1) {
  64. ["Value"]=>
  65. string(8) "ArtVenue"
  66. }
  67. ["relations":protected]=>
  68. array(0) {
  69. }
  70. ["hidden":protected]=>
  71. array(0) {
  72. }
  73. ["visible":protected]=>
  74. array(0) {
  75. }
  76. ["appends":protected]=>
  77. array(0) {
  78. }
  79. ["guarded":protected]=>
  80. array(1) {
  81. [0]=>
  82. string(1) "*"
  83. }
  84. ["dates":protected]=>
  85. array(0) {
  86. }
  87. ["dateFormat":protected]=>
  88. NULL
  89. ["casts":protected]=>
  90. array(0) {
  91. }
  92. ["touches":protected]=>
  93. array(0) {
  94. }
  95. ["observables":protected]=>
  96. array(0) {
  97. }
  98. ["with":protected]=>
  99. array(0) {
  100. }
  101. ["morphClass":protected]=>
  102. NULL
  103. ["exists"]=>
  104. bool(true)
  105. ["wasRecentlyCreated"]=>
  106. bool(false)
  107. }
  108. }
  109. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement