We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a5da commit d5a9522Copy full SHA for d5a9522
plugins/system/languagefilter/languagefilter.php
@@ -12,7 +12,7 @@
12
13
use Joomla\CMS\Application\ApplicationHelper;
14
use Joomla\CMS\Application\CMSApplication;
15
-use Joomla\CMS\Application\CMSApplicationInterface;
+use Joomla\CMS\Application\CMSWebApplicationInterface;
16
use Joomla\CMS\Association\AssociationServiceInterface;
17
use Joomla\CMS\Component\ComponentHelper;
18
use Joomla\CMS\Factory;
@@ -93,7 +93,7 @@ class PlgSystemLanguageFilter extends CMSPlugin
93
/**
94
* Application object.
95
*
96
- * @var CMSApplicationInterface
+ * @var CMSWebApplicationInterface
97
* @since 3.3
98
*/
99
protected $app;
0 commit comments