mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 20:44:19 +00:00
10 lines
120 B
PHP
10 lines
120 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
|
|
class QAAnswerOptions extends AbstractModel
|
|
{
|
|
protected $table = 'qa_answer_options';
|
|
}
|