Exemple #1
0
 /**
  * Get the underlying database instance.
  *
  * @return \Illuminate\Database\Connection 
  * @static 
  */
 public static function getDatabase()
 {
     return \Illuminate\Queue\DatabaseQueue::getDatabase();
 }