Skip to content

Commit

Permalink
Alpha order imports in editors xtd plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Oct 16, 2018
1 parent df319e7 commit 3d726de
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions plugins/editors-xtd/article/article.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;

/**
* Editor Article buton
Expand Down
4 changes: 2 additions & 2 deletions plugins/editors-xtd/contact/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;

/**
* Editor Contact buton
Expand Down
4 changes: 2 additions & 2 deletions plugins/editors-xtd/fields/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

defined('_JEXEC') or die;

use Joomla\CMS\Component\ComponentHelper;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Component\ComponentHelper;
use Joomla\Component\Fields\Administrator\Helper\FieldsHelper;

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/editors-xtd/image/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;

/**
* Editor Image buton
Expand Down
2 changes: 1 addition & 1 deletion plugins/editors-xtd/menu/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Object\CMSObject;

/**
* Editor menu buton
Expand Down
2 changes: 1 addition & 1 deletion plugins/editors-xtd/module/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Session\Session;
use Joomla\CMS\Object\CMSObject;

/**
* Editor Module button
Expand Down
2 changes: 1 addition & 1 deletion plugins/editors-xtd/pagebreak/pagebreak.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;

/**
* Editor Pagebreak buton
Expand Down
4 changes: 2 additions & 2 deletions plugins/editors-xtd/readmore/readmore.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

defined('_JEXEC') or die;

use Joomla\Event\Event;
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Object\CMSObject;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\Event\Event;

/**
* Editor Readmore button
Expand Down

0 comments on commit 3d726de

Please sign in to comment.