HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/plugins/wp-migrate-db/class/Common/Queue/Jobs/WPMDB_Job.php
<?php

namespace DeliciousBrains\WPMDB\Common\Queue\Jobs;

use DeliciousBrains\WPMDB\Common\Queue\Job;
/**
 * Class WPMDB_Job
 *
 * @package WPMDB\Queue\Jobs
 */
class WPMDB_Job extends Job {

	public $file;

	public function __construct( $file ) {
		$this->file = $file;
	}

	/**
	 * Handle job logic.
	 */
	public function handle() {
		return true;
	}

}