api updates
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user