Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
facade
/
ignition
/
src
/
Commands
/
stubs
:
solution-provider.stub
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace DummyNamespace; use Facade\IgnitionContracts\HasSolutionsForThrowable; class DummyClass implements HasSolutionsForThrowable { public function canSolve(): bool { return false; } public function getSolutions(): array { return []; } }