File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/hotel/src/Models/Currency.php
Back
<?php namespace Botble\Hotel\Models; use Botble\Base\Casts\SafeContent; use Botble\Base\Models\BaseModel; class Currency extends BaseModel { protected $table = 'ht_currencies'; protected $fillable = [ 'title', 'symbol', 'is_prefix_symbol', 'order', 'decimals', 'is_default', 'exchange_rate', ]; protected $casts = [ 'title' => SafeContent::class, ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.53 |
proxy
|
phpinfo
|
Settings