Skip to content

Commit

Permalink
Alpha order imports in extension plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Oct 16, 2018
1 parent 3d726de commit 8c3a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extension/namespacemap/namespacemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

defined('_JEXEC') or die;

use Joomla\CMS\Installer\Installer as JInstaller;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\Event\DispatcherInterface;
use Joomla\CMS\Installer\Installer as JInstaller;

/**
* Joomla! namespace map creator / updater.
Expand Down

0 comments on commit 8c3a47e

Please sign in to comment.