You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [10.x] Fixes `artisan about --only` should be case insensitive.
fixes#47950
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
* Apply fixes from StyleCI
* wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
* Update AboutCommand.php
---------
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
Co-authored-by: StyleCI Bot <bot@styleci.io>
Co-authored-by: Taylor Otwell <taylor@laravel.com>
Laravel Version
10.17.1
PHP Version
8.2.8
Database Driver & Version
No response
Description
Since the Section names are capitalized I expect to also select them with the capitalized word.
current:
php artisan about --only Environment
doesn't show anything
expected:
php artisan about --only Environment
shows the "Environment" section
Steps To Reproduce
php artisan about --only Environment
The text was updated successfully, but these errors were encountered: