golden hour
/home/doctorbruno/public_html/doctorbruno.in/wp-content/plugins/worker/src/MWP/ServiceContainer
⬆️ Go Up
Upload
File/Folder
Size
Actions
Abstract.php
15.7 KB
Del
OK
ContainerAwareInterface.php
378 B
Del
OK
Interface.php
3.54 KB
Del
OK
Production.php
17.52 KB
Del
OK
index.php
28 B
Del
OK
Edit: ContainerAwareInterface.php
<?php /* * This file is part of the ManageWP Worker plugin. * * (c) ManageWP LLC <contact@managewp.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ interface MWP_ServiceContainer_ContainerAwareInterface { public function setContainer(MWP_ServiceContainer_Interface $container); }
Save