Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.87 KB | None | 0 0
  1. /home/dev28/public_html/test/modules/addons/ModulesGardenHelper/app/Services/Generators/TicketsGenerator.php:79:
  2. object(Illuminate\Database\Eloquent\Collection)[621]
  3.   protected 'items' =>
  4.     array (size=1)
  5.       0 =>
  6.         object(ModulesGarden\ModulesGardenHelper\Core\Models\Whmcs\Ticket)[616]
  7.           public 'timestamps' => boolean false
  8.           protected 'table' => string 'tbltickets' (length=10)
  9.           protected 'primaryKey' => string 'id' (length=2)
  10.           protected 'guarded' =>
  11.             array (size=1)
  12.               ...
  13.           protected 'fillable' =>
  14.             array (size=24)
  15.               ...
  16.           protected 'softDelete' => boolean false
  17.           protected 'connection' => null
  18.           protected 'perPage' => int 15
  19.           public 'incrementing' => boolean true
  20.           protected 'attributes' =>
  21.             array (size=2)
  22.               ...
  23.           protected 'original' =>
  24.             array (size=2)
  25.               ...
  26.           protected 'relations' =>
  27.             array (size=0)
  28.               ...
  29.           protected 'hidden' =>
  30.             array (size=0)
  31.               ...
  32.           protected 'visible' =>
  33.             array (size=0)
  34.               ...
  35.           protected 'appends' =>
  36.             array (size=0)
  37.               ...
  38.           protected 'dates' =>
  39.             array (size=0)
  40.               ...
  41.           protected 'dateFormat' => null
  42.           protected 'casts' =>
  43.             array (size=0)
  44.               ...
  45.           protected 'touches' =>
  46.             array (size=0)
  47.               ...
  48.           protected 'observables' =>
  49.             array (size=0)
  50.               ...
  51.           protected 'with' =>
  52.             array (size=0)
  53.               ...
  54.           protected 'morphClass' => null
  55.           public 'exists' => boolean true
  56.           public 'wasRecentlyCreated' => boolean false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement