File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/BootableServiceProviderInterface.php.tar
woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php 0000644 00000000643 15155560027 0042643 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs/wp-content/plugins <?php declare(strict_types=1);
namespace Automattic\WooCommerce\Vendor\League\Container\ServiceProvider;
interface BootableServiceProviderInterface extends ServiceProviderInterface
{
/**
* Method will be invoked on registration of a service provider implementing
* this interface. Provides ability for eager loading of Service Providers.
*
* @return void
*/
public function boot();
}