Ghost Exploiter Team Official
Mass Deface
Directory >>
/
var
/
www
/
html
/
back
/
vendor
/
nunomaduro
/
collision
/
src
/
Contracts
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
type
file
dir
+File/Dir
Adapters
--
ren
RenderableOnCollisionEd
...
0.24KB
edt
ren
RenderlessEditor.php
0.124KB
edt
ren
RenderlessTrace.php
0.123KB
edt
ren
SolutionsRepository.php
0.383KB
edt
ren
<?php declare(strict_types=1); namespace NunoMaduro\Collision\Contracts; use Spatie\Ignition\Contracts\Solution; use Throwable; /** * @internal */ interface SolutionsRepository { /** * Gets the solutions from the given `$throwable`. * * @return array<int, Solution> */ public function getFromThrowable(Throwable $throwable): array; // @phpstan-ignore-line }