/**
  * Marshal a push queue request and fire the job.
  *
  * @throws \RuntimeException
  * @deprecated since version 5.1.
  * @static 
  */
 public static function marshal()
 {
     //Method inherited from \Illuminate\Queue\Queue
     return \Illuminate\Queue\DatabaseQueue::marshal();
 }