Path : /var/www/html/master288-bk/vendor/facade/ignition/src/Commands/stubs/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk/vendor/facade/ignition/src/Commands/stubs/solution-provider.stub |
<?php namespace DummyNamespace; use Facade\IgnitionContracts\HasSolutionsForThrowable; class DummyClass implements HasSolutionsForThrowable { public function canSolve(): bool { return false; } public function getSolutions(): array { return []; } }