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