PATH:
home
/
centosnipponia
/
public_html
/
eccity
/
vendor
/
facade
/
ignition
/
src
/
Commands
/
stubs
<?php namespace DummyNamespace; use Facade\IgnitionContracts\HasSolutionsForThrowable; class DummyClass implements HasSolutionsForThrowable { public function canSolve(): bool { return false; } public function getSolutions(): array { return []; } }
[+]
..
[-] runnable-solution.stub
[edit]
[-] solution-provider.stub
[edit]
[-] solution.stub
[edit]
[-] .htaccess.disabled
[edit]