PHP Error: Call to a member function make() on null
Brenneisen opened this issue · 5 comments
Brenneisen commented
- Tinker Version: 2.7.1
- Laravel Version: 9.5.1
- PHP Version: 8.1.3
- Database Driver & Version:
Description:
I get the following error when running custom commands with laravel/tinker 2.7.1
and laravel/framework 9.5.1
. With 2.7.0
it still works.
PHP Error: Call to a member function make() on null in /home/vagrant/workspace/Falcon/backend/vendor/laravel/framework/src/Illuminate/Console/Command.php on line 116
driesvints commented
I'll check in on this tomorrow but it feels odd that the Laravel application isn't set for your command.
Brenneisen commented
Seems to be related to #144.
driesvints commented
@Brenneisen everything works fine for me on these versions. I'll need specific instructions on how to reproduce this.
Brenneisen commented
driesvints commented
Thank you, I can now see the issue. I've sent in a fix here: #146