Advertisement
Guest User

Untitled

a guest
Jul 8th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.76 KB | None | 0 0
  1. App\Booking Object ( [fillable:protected] => Array ( [0] => id_service [1] => id_employee [2] => id_user [3] => id_bookings_state [4] => date [5] => start [6] => end ) [connection:protected] => mysql [table:protected] => bookings [primaryKey:protected] => id [keyType:protected] => int [incrementing] => 1 [with:protected] => Array ( ) [withCount:protected] => Array ( ) [perPage:protected] => 15 [exists] => 1 [wasRecentlyCreated] => [attributes:protected] => Array ( [id] => 20 [id_service] => 6 [id_employee] => 5 [id_user] => 12 [id_bookings_state] => 1 [date] => 2020-07-08 [start] => 08:00:00 [end] => 09:00:00 [created_at] => 2020-07-07 17:18:48 [updated_at] => 2020-07-07 17:18:48 ) [original:protected] => Array ( [id] => 20 [id_service] => 6 [id_employee] => 5 [id_user] => 12 [id_bookings_state] => 1 [date] => 2020-07-08 [start] => 08:00:00 [end] => 09:00:00 [created_at] => 2020-07-07 17:18:48 [updated_at] => 2020-07-07 17:18:48 ) [changes:protected] => Array ( ) [casts:protected] => Array ( ) [classCastCache:protected] => Array ( ) [dates:protected] => Array ( ) [dateFormat:protected] => [appends:protected] => Array ( ) [dispatchesEvents:protected] => Array ( ) [observables:protected] => Array ( ) [relations:protected] => Array ( ) [touches:protected] => Array ( ) [timestamps] => 1 [hidden:protected] => Array ( ) [visible:protected] => Array ( ) [guarded:protected] => Array ( [0] => * ) ) App\Booking Object ( [fillable:protected] => Array ( [0] => id_service [1] => id_employee [2] => id_user [3] => id_bookings_state [4] => date [5] => start [6] => end ) [connection:protected] => mysql [table:protected] => bookings [primaryKey:protected] => id [keyType:protected] => int [incrementing] => 1 [with:protected] => Array ( ) [withCount:protected] => Array ( ) [perPage:protected] => 15 [exists] => 1 [wasRecentlyCreated] => [attributes:protected] => Array ( [id] => 21 [id_service] => 1 [id_employee] => 3 [id_user] => 12 [id_bookings_state] => 1 [date] => 2020-07-08 [start] => 15:00:00 [end] => 16:00:00 [created_at] => 2020-07-08 09:36:23 [updated_at] => 2020-07-08 09:36:23 ) [original:protected] => Array ( [id] => 21 [id_service] => 1 [id_employee] => 3 [id_user] => 12 [id_bookings_state] => 1 [date] => 2020-07-08 [start] => 15:00:00 [end] => 16:00:00 [created_at] => 2020-07-08 09:36:23 [updated_at] => 2020-07-08 09:36:23 ) [changes:protected] => Array ( ) [casts:protected] => Array ( ) [classCastCache:protected] => Array ( ) [dates:protected] => Array ( ) [dateFormat:protected] => [appends:protected] => Array ( ) [dispatchesEvents:protected] => Array ( ) [observables:protected] => Array ( ) [relations:protected] => Array ( ) [touches:protected] => Array ( ) [timestamps] => 1 [hidden:protected] => Array ( ) [visible:protected] => Array ( ) [guarded:protected] => Array ( [0] => * ) )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement