Applied fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
500a2d76f4
commit
56bc64132b
@@ -3,6 +3,7 @@
|
||||
namespace App\Model\helpdesk\Ticket;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Ticket_Thread extends Model
|
||||
{
|
||||
protected $table = 'ticket_thread';
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
namespace App\Model\helpdesk\Ticket;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Tickets extends Model
|
||||
{
|
||||
protected $table = 'tickets';
|
||||
|
||||
Reference in New Issue
Block a user