📂 FileMgr
📍
/home/u414903541/domains/finrush.in/public_html/app/Yantrana/Support/Country/Models
✏️ Edit File: /home/u414903541/domains/finrush.in/public_html/app/Yantrana/Support/Country/Models/Country.php
⬅ Kembali
<?php /** * WhatsJet * * This file is part of the WhatsJet software package developed and licensed by livelyworks. * * You must have a valid license to use this software. * * © 2025 livelyworks. All rights reserved. * Redistribution or resale of this file, in whole or in part, is prohibited without prior written permission from the author. * * For support or inquiries, contact: contact@livelyworks.net * * @package WhatsJet * @author livelyworks <contact@livelyworks.net> * @copyright Copyright (c) 2025, livelyworks * @website https://livelyworks.net */ /** * WhatsJet * * This file is part of the WhatsJet software package developed and licensed by livelyworks. * * You must have a valid license to use this software. * * © 2025 livelyworks. All rights reserved. * Redistribution or resale of this file, in whole or in part, is prohibited without prior written permission from the author. * * For support or inquiries, contact: contact@livelyworks.net * * @package WhatsJet * @author livelyworks <contact@livelyworks.net> * @copyright Copyright (c) 2025, livelyworks * @website https://livelyworks.net */ /** * Country.php - Model file * * This file is part of the Country component. *-----------------------------------------------------------------------------*/ namespace App\Yantrana\Support\Country\Models; use App\Yantrana\Base\BaseModel; class Country extends BaseModel { /** * @var string - The database table used by the model. */ protected $table = 'countries'; /** * @var string - The database table used by the model. */ public $timestamps = false; /** * @var array - The attributes that should be casted to native types. */ protected $casts = [ '_id' => 'integer', ]; /** * @var array - The attributes that are mass assignable. */ protected $fillable = []; /** * The generate UID or not * * @var string *----------------------------------------------------------------------- */ protected $isGenerateUID = false; }
💾 Simpan File
Batal
⬅ Naik ke Country
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🐘
Country.php
php
2.1 KB
2025-10-25 15:30
✏️ Edit
👁️ View
🗑 Hapus