⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.107
Server IP:
13.204.207.56
Server:
Linux ip-172-31-43-243 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
indianfactory_v2
/
core
/
app
/
Models
/
View File Name :
Fcategory.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Fcategory extends Model { protected $fillable = ['name','slug','text','status','meta_keywords','meta_descriptions']; public $timestamps = false; public function faqs() { return $this->hasMany('App\Models\Faq','category_id','id'); } }