芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/vendor/facade/ignition/src/Solutions/SuggestLivewireMethodNameSolution.php
methodName = $methodName; $this->componentClass = $componentClass; $this->suggested = $suggested; } public function getSolutionTitle(): string { return "Possible typo `{$this->componentClass}::{$this->methodName}()`"; } public function getDocumentationLinks(): array { return []; } public function getSolutionDescription(): string { return "Did you mean `{$this->suggested}()`?"; } public function isRunnable(): bool { return false; } }