golden hour
/home/godaofbq/cellsonic-usa.com/wp-content/plugins/cloudflare/deprecated/Router
⬆️ Go Up
Upload
File/Folder
Size
Actions
DefaultRestAPIRouter.php
574 B
Del
OK
RequestRouter.php
497 B
Del
OK
RouterInterface.php
269 B
Del
OK
Edit: DefaultRestAPIRouter.php
<?php namespace CF\Router; /** * @deprecated 4.13.0 Use \Cloudflare\APO\Router\DefaultRestAPIRouter instead. */ class DefaultRestAPIRouter extends \Cloudflare\APO\Router\DefaultRestAPIRouter { public function __construct(\Cloudflare\APO\Integration\IntegrationInterface $integration, \Cloudflare\APO\API\APIInterface $api, $routes) { _deprecated_file( __FILE__, '4.13.0', "Cloudflare\APO\Router\DefaultRestAPIRouter", 'CF\Router namespace is deprecated, use Cloudflare\APO\Router instead.' ); parent::__construct($integration, $api, $routes); } }
Save