feat: add support for Laravel ^13#1
Conversation
|
@tgeorgel in Symfony\Component\Console\Command\Command::configure() now declares : void. A trait method that overrides it without : void is considered incompatible, so PHP throws a fatal before Laravel can finish package:discover |
Add void return type to configure method
Wow I did not see that, good catch! it's fixed 👍 |
No description provided.