api updates

This commit is contained in:
Vijay Sebastian
2017-07-27 16:38:21 +05:30
parent ee200fc18b
commit b0b5bd8637
7 changed files with 1363 additions and 792 deletions

View File

@@ -7,7 +7,7 @@ use App\BaseModel;
class Priority extends BaseModel
{
public $timestamps = false;
protected $table = 'priority';
protected $table = 'ticket_priority';
protected $fillable = [
'id', 'name',
];