File "Has_Activate.php"

Full Path: /home/timepamn/dailynetworth.org/wp-content/plugins/jetpack-boost-git/app/contracts/Has_Activate.php
File size: 116 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace Automattic\Jetpack_Boost\Contracts;

interface Has_Activate {
	public static function activate();
}