/home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Addon/Varnish
NameSizeModeActions
composer.json21440644editdlrm
ServiceProvider.php9700644editdlrm
Subscriber.php27930644editdlrm
Varnish.php28490644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php (970B)
getContainer()->add( 'varnish', Varnish::class ); $this->getContainer()->share( 'varnish_subscriber', Subscriber::class ) ->addArgument( $this->getContainer()->get( 'varnish' ) ) ->addArgument( $this->getContainer()->get( 'options' ) ) ->addTag( 'common_subscriber' ); } }