Skip to content

Commit d7b5366

Browse files
Improve warning message in ApiInstallCommand (#55081)
* improved api install command failed message * Update ApiInstallCommand.php --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent e9ce376 commit d7b5366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Console/ApiInstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function uncommentApiRoutesFile()
110110
$appBootstrapPath,
111111
);
112112
} else {
113-
$this->components->warn('Unable to automatically add API route definition to bootstrap file. API route file should be registered manually.');
113+
$this->components->warn("Unable to automatically add API route definition to [{$appBootstrapPath}]. API route file should be registered manually.");
114114

115115
return;
116116
}

0 commit comments

Comments
 (0)