| Current Path : /home/juvelize/saulnois/libraries/smartslider3/src/Framework/Router/Base/ |
| Current File : /home/juvelize/saulnois/libraries/smartslider3/src/Framework/Router/Base/PlatformRouter.php |
<?php
namespace Nextend\Framework\Router\Base;
use Nextend\Framework\Router\Router;
class PlatformRouter {
protected $router;
/**
* Router constructor.
*
* @param $router Router
*/
public function __construct($router) {
$this->router = $router;
}
public function setMultiSite() {
}
public function unSetMultiSite() {
}
}