update v 1.0.7.5
This commit is contained in:
14
app/Model/helpdesk/Ratings/RatingRef.php
Normal file
14
app/Model/helpdesk/Ratings/RatingRef.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Model\helpdesk\Ratings;
|
||||
|
||||
use App\BaseModel;
|
||||
|
||||
class RatingRef extends BaseModel
|
||||
{
|
||||
protected $table = 'rating_ref';
|
||||
protected $fillable = [
|
||||
|
||||
'rating_id', 'ticket_id', 'thread_id', 'rating_value',
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user