Closed imacrayon closed 4 years ago
Setting ZENDESK_DRIVER=null will disable this service. Setting ZENDESK_DRIVER=log will disable this service while logging any calls made to it.
ZENDESK_DRIVER=null
ZENDESK_DRIVER=log
This is helpful in testing where I might not want to make real API calls to Zendesk.
ZENDESK_DRIVER defaults to api and will just use the normal ZendeskService so there isn't any breaking changes.
ZENDESK_DRIVER
api
ZendeskService
Thanks @imacrayon!
Setting
ZENDESK_DRIVER=null
will disable this service. SettingZENDESK_DRIVER=log
will disable this service while logging any calls made to it.This is helpful in testing where I might not want to make real API calls to Zendesk.
ZENDESK_DRIVER
defaults toapi
and will just use the normalZendeskService
so there isn't any breaking changes.