📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 23:36:09
📂
/ (Root)
/
home
/
apkbfjox
/
casinos.com.pk
/
wp-content
/
plugins
/
google-site-kit
/
third-party
/
psr
/
http-factory
/
src
📍 /home/apkbfjox/casinos.com.pk/wp-content/plugins/google-site-kit/third-party/psr/http-factory/src
🔄 Refresh
✏️
Editing: UriFactoryInterface.php
Writable
<?php namespace Google\Site_Kit_Dependencies\Psr\Http\Message; interface UriFactoryInterface { /** * Create a new URI. * * @param string $uri * * @return UriInterface * * @throws \InvalidArgumentException If the given URI cannot be parsed. */ public function createUri(string $uri = ''): UriInterface; }
💾 Save Changes
❌ Cancel