ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/facade/ignition/src/Commands/stubs/
Upload File :
Current File : /home2/selectio/www/3-idiots/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 [];
    }
}

Zerion Mini Shell 1.0