Skip to content

Commit a22bb57

Browse files
committed
use sort
1 parent 1e5c4c4 commit a22bb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plg_system_fbcomments/fbcomments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
defined('_JEXEC') or die;
1212

13-
use Joomla\CMS\Plugin\CMSPlugin;
1413
use Joomla\CMS\Factory;
14+
use Joomla\CMS\Plugin\CMSPlugin;
1515
use Joomla\CMS\Uri\Uri;
1616

1717
class plgSystemFbComments extends CMSPlugin
@@ -23,7 +23,7 @@ class plgSystemFbComments extends CMSPlugin
2323
*
2424
* @return void
2525
*
26-
* @since 0.5.0
26+
* @since 0.5.0
2727
*/
2828
public function onAfterRender()
2929
{

0 commit comments

Comments
 (0)