• File: Integrations.php
  • Full Path: /home/bazilika/public_html/wp-content/plugins/backup/src/JetBackup/Integrations/Integrations.php
  • Date Modified: 03/02/2026 11:38 AM
  • File size: 176 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace JetBackup\Integrations;

if (!defined( '__JETBACKUP__')) die('Direct access is not allowed');

interface Integrations {

	public function execute() : void ;

}