botman / tinker

Gives your Laravel chatbot the ability to try your chatbot in your local terminal.
99 stars 58 forks source link

Update ConsoleDriver.php #7

Closed CrushedLive closed 6 years ago

CrushedLive commented 6 years ago

Fixed issue in getUser() method of the Console Driver, where a call to an undefined method getUser was being called on the IncomingMessage object. Assumed this should be the getSender method instead.

mpociot commented 6 years ago

Thanks for the PR! Sorry it took me so long to merge it.