raihanafroz / zkteco

ZKTeco Laravel Library
151 stars 57 forks source link

fix: remove die($t) from set() method in Time class #8

Closed itsrafsanjani closed 2 years ago

itsrafsanjani commented 2 years ago

setTime() method was not working because of die($t). So I removed that.