PATH:
home
/
lab2454c
/
westernclear.net
/
vendor
/
spatie
/
ignition
/
src
/
Contracts
<?php namespace Spatie\Ignition\Contracts; interface Solution { public function getSolutionTitle(): string; public function getSolutionDescription(): string; /** @return array<string, string> */ public function getDocumentationLinks(): array; }
[-] HasSolutionsForThrowable.php
[edit]
[-] ProvidesSolution.php
[edit]
[-] BaseSolution.php
[edit]
[-] ConfigManager.php
[edit]
[+]
..
[-] SolutionProviderRepository.php
[edit]
[-] RunnableSolution.php
[edit]
[-] Solution.php
[edit]