Skip to content

Instantly share code, notes, and snippets.

@hodaddy
Created January 31, 2014 17:58
Show Gist options
  • Save hodaddy/8738753 to your computer and use it in GitHub Desktop.
Save hodaddy/8738753 to your computer and use it in GitHub Desktop.
Ticket Model
<?php
class Ticket extends Eloquent {
protected $table = 'ticket';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment