/**
  * Get the expiration time in seconds.
  *
  * @return int|null 
  * @static 
  */
 public static function getExpire()
 {
     return \Illuminate\Queue\DatabaseQueue::getExpire();
 }