Site Builder
Editing:
HttpClientFactoryInterface.php
writable 0666
<?php // Copyright 1999-2026. WebPros International GmbH. All rights reserved. namespace Webpros\WptkWpPlugin\WpToolkit\Common\Clients; interface HttpClientFactoryInterface { /** * @return HttpClientInterface */ public function getClient(); }
Save changes
Create folder
writable 0777
Create
Cancel