File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/EmptySchemaPropertiesTrait.php.tar
wp-content/plugins/google-listings-and-ads/src/API/Site/Controllers/EmptySchemaPropertiesTrait.php 0000644 00000000655 15155433345 0037467 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\API\Site\Controllers;
/**
* Trait EmptySchemaPropertiesTrait
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\API\Site\Controllers
*/
trait EmptySchemaPropertiesTrait {
/**
* Get the item schema properties for the controller.
*
* @return array
*/
protected function get_schema_properties(): array {
return [];
}
}