Skip to content

Commit 4dc5743

Browse files
committed
appease stan
1 parent 5c6b24d commit 4dc5743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/InstallCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ private function installMcpServerConfig(): void
470470

471471
if ($this->shouldInstallMcp()) {
472472
try {
473+
/** @phpstan-ignore property.notFound */
473474
$artisan = $mcpClient->absolute ? base_path('artisan') : './artisan';
474475
$result = $mcpClient->installMcp('laravel-boost', 'php', [$artisan, 'boost:mcp']);
475476

0 commit comments

Comments
 (0)