PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
facade
/
ignition-contracts
/
src
<?php namespace Facade\IgnitionContracts; interface Solution { public function getSolutionTitle(): string; public function getSolutionDescription(): string; public function getDocumentationLinks(): array; }
[-] HasSolutionsForThrowable.php
[edit]
[-] ProvidesSolution.php
[edit]
[-] BaseSolution.php
[edit]
[+]
..
[-] SolutionProviderRepository.php
[edit]
[-] RunnableSolution.php
[edit]
[-] Solution.php
[edit]