File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/Registerable.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Infrastructure/Registerable.php 0000644 00000000561 15154660243 0033766 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure;
/**
* Registerable interface.
*
* Used to designate an object that can be registered.
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure
*/
interface Registerable {
/**
* Register a service.
*/
public function register(): void;
}