1 | <?php |
||
7 | class Settings extends BaseModel |
||
8 | { |
||
9 | /** |
||
10 | * @param $table, $fillable |
||
|
|||
11 | */ |
||
12 | protected $table = 'kb_settings'; |
||
13 | protected $fillable = ['language', 'dateformat', 'company_name', 'website', 'phone', 'address', 'logo', 'timezone', |
||
14 | 'background', 'version', 'pagination', 'port', 'host', 'encryption', 'email', 'password', ]; |
||
15 | } |
||
16 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.