botman / tinker

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

Fixed BC between php-stdio-react 2.0 and tinker #12

Closed martinmuntzing closed 5 years ago

martinmuntzing commented 6 years ago

Corrected deprecated 'line' event and writeln method calls, since they changed event names from to 'data' and dropped the method writeln() in favor of using PHP_EOL.

brandonpittman commented 5 years ago

Just burned an hour over this problem. Glad I found this PR.