parseDateInterval($delay); return $delay instanceof DateTimeInterface ? max(0, $delay->getTimestamp() - $this->currentTime()) : (int) $delay; } /** * Get the "available at" UNIX timestamp. * * @param \DateTimeInterface|\DateInterval|int $delay * @return int */ protected function availableAt($delay = 0) { $delay = $this->parseDateInterval($delay); return $delay instanceof DateTimeInterface ? $delay->getTimestamp() : Carbon::now()->addSeconds($delay)->getTimestamp(); } /** * If the given value is an interval, convert it to a DateTime instance. * * @param \DateTimeInterface|\DateInterval|int $delay * @return \DateTimeInterface|int */ protected function parseDateInterval($delay) { if ($delay instanceof DateInterval) { $delay = Carbon::now()->add($delay); } return $delay; } /** * Get the current system time as a UNIX timestamp. * * @return int */ protected function currentTime() { return Carbon::now()->getTimestamp(); } } __halt_compiler();----SIGNATURE:----Nkb7cxhAFNdU+/x4HzubOG5JDgGHVGkzVLhssGvPhvJ1FRg66jt+JE/74JlC9qCz8m1WCV5S4VjJOHMNLqU61KrIJGO3I2CUrL5FKBi77OCjkUCnvq4ggCkaEeytfdSQ2UHWberTVn2Xn6+9MJfWUE/ZoGJWGxdNFWa2NrV91ePZ7Ydr8gUo2UED+8JsJ5IRJWMdpy+/UJ2ZSKHxCaiabSaBrUpla708WLECKOLTZn63FPLokf3ZeF5hhYmaLhIxdKlDBbS8mA0IP58jazD2d85ovEgIp99GZ3Q/f7kq9rFxD/IywBWZsBuMA49wOdfeUPywmRk6/AWmyss29NWHC+BuhqR8xl0l5/lznq1LK6/iwoH2lQqKmP+MaJHNpvfawIH0V0wFeqXdL0fCjZeuPE5aq6ey+e+B3vKcZT67+Bclu87jUo1vLO1JNTUfHZyIIKP8yy6wpUn6/rnM0nmmWO2shIA//RFuhPyaadPyu5Gp2hVV7o5vrWiIcPVPLCLzAk+xiiESu0RNhPdLttJr8+ZQqNGOD7i9NnRan4fcs0LfRdkA+eIYbN2RvvqfpEjTSE6+fLnsTsAAnnsG/iq1cymzvcN/DA7JSrAJ+3+TPdUjHElDcLcVsUdYvflCdHKBPSm5qxl8a1vHNW0fQ86cgyGa3TUncARD6TC0SN8Bp5c=----ATTACHMENT:----Nzg5NzU3MjI5NDQ5NDA2NSA0NTI5MjY3NDUyNzU4MTAxIDkzOTk3MDk1NTE4NDQ0MDU=