Guest User

Untitled

a guest
Jul 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $student = Student::first();
  2.  
  3. /**
  4. * @var Student $student
  5. */
  6. $student = Student::first();
  7.  
  8. $student->setAttribute('is_a_good_boy', true);
  9.  
  10. /**
  11. * @property boolean $is_a_good_boy
  12. */
  13. class Student {
  14.  
  15. }
Add Comment
Please, Sign In to add comment