user
- >>> $c = \App\Users::find(1);
- => App\Users {#825
- id: 1,
- name: "John",
- email: "it@rftags.co.za",
- created_at: "2018-02-14 09:53:01",
- updated_at: "2018-02-14 09:53:01",
- }
- >>> $c = \App\Users::find(1);
- => App\Users {#825
- id: 1,
- name: "John",
- email: "it@rftags.co.za",
- created_at: "2018-02-14 09:53:01",
- updated_at: "2018-02-14 09:53:01",
- }
Notifications