File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
plugins/system/privacyconsent Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1313use Joomla \CMS \Extension \PluginInterface ;
1414use Joomla \CMS \Factory ;
1515use Joomla \CMS \Plugin \PluginHelper ;
16- use Joomla \CMS \User \UserFactoryInterface ;
1716use Joomla \Database \DatabaseInterface ;
1817use Joomla \DI \Container ;
1918use Joomla \DI \ServiceProviderInterface ;
@@ -41,7 +40,6 @@ function (Container $container) {
4140 );
4241 $ plugin ->setApplication (Factory::getApplication ());
4342 $ plugin ->setDatabase ($ container ->get (DatabaseInterface::class));
44- $ plugin ->setUserFactory ($ container ->get (UserFactoryInterface::class));
4543
4644 return $ plugin ;
4745 }
Original file line number Diff line number Diff line change 1818use Joomla \CMS \Language \Text ;
1919use Joomla \CMS \Plugin \CMSPlugin ;
2020use Joomla \CMS \Router \Route ;
21- use Joomla \CMS \User \UserFactoryAwareTrait ;
2221use Joomla \Component \Actionlogs \Administrator \Model \ActionlogModel ;
2322use Joomla \Database \DatabaseAwareTrait ;
2423use Joomla \Database \ParameterType ;
3635final class PrivacyConsent extends CMSPlugin
3736{
3837 use DatabaseAwareTrait;
39- use UserFactoryAwareTrait;
4038
4139 /**
4240 * Load the language file on instantiation.
You can’t perform that action at this time.
0 commit comments