kevin-mitchell / alexa-app

Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen
MIT License
97 stars 47 forks source link

Have the other setters return the current object #11

Closed colinodell closed 8 years ago

colinodell commented 8 years ago

setType() and setTitle() were returning $this, but these two setters were not. I've therefore ensured all setters return $this for consistency.

develpr commented 8 years ago

Thank you!!!