Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Apr 14, 2019
1 parent 778779f commit 39a3c90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/com_privacy/Service/Router.php
Expand Up @@ -11,11 +11,13 @@

defined('_JEXEC') or die;

use Joomla\CMS\Application\CMSApplication;
use Joomla\CMS\Component\Router\RouterView;
use Joomla\CMS\Component\Router\RouterViewConfiguration;
use Joomla\CMS\Component\Router\Rules\MenuRules;
use Joomla\CMS\Component\Router\Rules\NomenuRules;
use Joomla\CMS\Component\Router\Rules\StandardRules;
use Joomla\CMS\Menu\AbstractMenu;

/**
* Routing class from com_privacy
Expand All @@ -27,8 +29,8 @@ class Router extends RouterView
/**
* Privacy Component router constructor
*
* @param JApplicationCms $app The application object
* @param JMenu $menu The menu object to work with
* @param CMSApplication $app The application object
* @param AbstractMenu $menu The menu object to work with
*
* @since 3.9.0
*/
Expand Down

0 comments on commit 39a3c90

Please sign in to comment.