laravel-zero / laravel-zero

A PHP framework for console artisans

Home Page:https://laravel-zero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error in laravel-zero/foundation

joaquimds opened this issue · comments

There is an error in laravel-zero/foundation/src/Illuminate/Foundation/Console/RouteListCommand.php.

The error is at line 269:

($this->option('except-vendor') && $route['vendor'])) ||

It should have one less bracket:

($this->option('except-vendor') && $route['vendor']) ||

I would make a PR but I don't have access to the foundation repo. Thanks!

Hi @joaquimds, thank you for pointing this out. 😬 My mistake, I really need to automate the mirroring with patch files or something... And add some testing over on the Foundation repository.

v9.17.1 should resolve the issue. 👍🏻