/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
facade
/
ignition
/
src
/
Commands
/
stubs
/
/home/techb158/dev.balacoffee.com/vendor/facade/ignition/src/Commands/stubs
mkdir
upload
Name
Size
Mode
Actions
runnable-solution.stub
697
0644
edit
dl
rm
solution-provider.stub
292
0644
edit
dl
rm
solution.stub
361
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/facade/ignition/src/Commands/stubs/solution-provider.stub
(292B)
<?php namespace DummyNamespace; use Facade\IgnitionContracts\HasSolutionsForThrowable; class DummyClass implements HasSolutionsForThrowable { public function canSolve(): bool { return false; } public function getSolutions(): array { return []; } }
Save