Guest User

Untitled

a guest
Mar 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. namespace App;
  2.  
  3. use IlluminateDatabaseEloquentModel;
  4.  
  5. class table extends Model
  6. {
  7. /**
  8. * The table associated with the model.
  9. *
  10. * @var string
  11. */
  12. protected $table = 'tables';
  13. }
Add Comment
Please, Sign In to add comment