shpasser / GaeSupportL5

Google App Engine Support package for Laravel 5
MIT License
160 stars 27 forks source link

Fix Queue::later method to pass seconds as parameter #13

Closed filipzelic closed 9 years ago

filipzelic commented 9 years ago

GAE requires delay_seconds parameter to be passed for the minimum number of seconds to wait before executing a task. In later method there is a compact('delay_seconds') function which tries to create array from variable name 'delay_seconds' which is wrong declared and it's causing compact function to create delay_seconds key with no value.

shpasser commented 9 years ago

Thanks, the correction seems to be right. In couple of days I will know if I have any additional changes / fixes to apply. If your's will be the only one I will merge it and make a tag.