Skip to content

Commit

Permalink
Update components/com_tags/src/View/Tag/HtmlView.php
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
Hackwar and brianteeman authored Oct 31, 2022
1 parent 6e86861 commit 41c1941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/com_tags/src/View/Tag/HtmlView.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

namespace Joomla\Component\Tags\Site\View\Tag;

use Joomla\CMS\Menu\MenuItem;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Factory;
use Joomla\CMS\Menu\MenuItem;
use Joomla\CMS\MVC\View\GenericDataException;
use Joomla\CMS\MVC\View\HtmlView as BaseHtmlView;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\PluginHelper;
use Joomla\CMS\Router\Route;
use Joomla\CMS\User\User;
Expand Down

0 comments on commit 41c1941

Please sign in to comment.