chore: code styling via pint
This commit is contained in:
@@ -10,7 +10,7 @@ class TicketResponse extends Model
|
||||
use HasFactory;
|
||||
|
||||
protected $fillable = [
|
||||
'ticket_id', 'user_id', 'response', 'ip_address'
|
||||
'ticket_id', 'user_id', 'response', 'ip_address',
|
||||
];
|
||||
|
||||
public function ticket()
|
||||
|
||||
Reference in New Issue
Block a user