Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/./../app/.././../../finland.picotech.app/public_html/storage/../vendor/./nikic/../dompdf/../alexandr-mironov/../monolog/../unicodeveloper/../dragonmantank/../telnyx/../filp/../phpstan/../fruitcake/./../twilio/../spatie/../phpoption/../vonage/../spatie/laravel-ignition/src/Commands/stubs
الملفات الموجودة في هذا الـ Path:
.
..
runnable-solution.stub
solution-provider.stub
solution.stub

مشاهدة ملف: 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 [];
    }
}