| Current Path : /var/www/html/eddcfa.sumar.com.py/vendor/facade/ignition/src/Commands/stubs/ |
| Current File : /var/www/html/eddcfa.sumar.com.py/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 [];
}
}