Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
app
/
Repositories
/
CashFlowIndex
/
Interfaces
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
PaymentDistributionsRep
...
0.526KB
edt
ren
TotalAmountRepositoryIn
...
0.414KB
edt
ren
<?php namespace App\Repositories\CashFlowIndex\Interfaces; use Illuminate\Support\Collection; interface PaymentDistributionsRepositoryInterface { public function getPaymentDistributions(int $modelId,$filters, $typeEnum): Collection; public function getPaymentDistributionsProject($modelId, $filters, $typeEnum): Collection; public function getNotDistributionsPayment(int $modelId, $filters, bool $credit): Collection; public function getNotDistributionsPaymentProject($modelId, $filters, bool $credit): Collection; }