Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. class Task extends Model {
  4. /**
  5. * Fillable fields
  6. *
  7. * @var array
  8. */
  9. protected $fillable = [
  10. 'title',
  11. 'description'
  12. ];
  13. }
Add Comment
Please, Sign In to add comment