⚝
One Hat Cyber Team
⚝
Your IP:
192.88.135.6
Server IP:
192.124.249.6
Server:
Linux 56.244.72.148.host.secureserver.net 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
umkm
/
www
/
app
/
Models
/
View File Name :
BasicSetting.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class BasicSetting extends Model { public $timestamps = false; protected $fillable = [ "language_id", 'intro_subtitle', 'intro_title', 'intro_text', 'intro_main_image', 'team_section_title', 'team_section_subtitle', 'feature_section', 'process_section', 'templates_section', 'featured_users_section', 'pricing_section', 'partners_section', 'intro_section', 'testimonial_section', 'news_section', 'top_footer_section', 'copyright_section', 'footer_text', 'copyright_text', 'footer_logo', 'maintainance_mode', 'maintainance_text', 'maintenance_img', 'maintenance_status', 'secret_path', 'testimonial_image', 'partners_section_title', 'partners_section_subtitle', 'vcard_section', 'vcard_section_title', 'vcard_section_subtitle', 'intro_button_name', 'intro_button_url', 'adsense_publisher_id' ]; public function language() { return $this->belongsTo('App\Models\Language'); } }