LaravelCollective/remote

command php artisan tail not work

Closed this issue · 1 comments

Run following command:
php artisan tail production

In BoundMethod.php line 135:
Method Collective\Remote\Console\TailCommand::handle() does not exist

It seems can be solved by simply changing the function name fire() to handle() in file src/Console/TailCommand.php?

Care to make a pull request?