I have recently encountered a problem attempting to bind the StorageLinkCommand into tinker.
This was working, but I've been using Tinkerwell for a while now (which has no issue) so I'm not exactly sure at what point it stopped working, but I now get a TypeError when attempting to start tinker.
Psy\Shell::add(): Argument #1 ($command) must be of type Symfony\Component\Console\Command\Command, null given, called in /path/to/my/code/vendor/symfony/console/Application.php on line 478
Description:
I have recently encountered a problem attempting to bind the StorageLinkCommand into tinker.
This was working, but I've been using Tinkerwell for a while now (which has no issue) so I'm not exactly sure at what point it stopped working, but I now get a
TypeError
when attempting to start tinker.In config/tinker.php I have:
If I remove this - all is well.
In TinkerCommand.php the command is failing to resolve from the app
Any idea what might be happening here?
Steps To Reproduce:
Add the following to config/tinker.php and try to start tinker