diff --git a/com_oauthserver/administrator/src/View/Client/HtmlView.php b/com_oauthserver/administrator/src/View/Client/HtmlView.php index d5475f6..b13ae41 100644 --- a/com_oauthserver/administrator/src/View/Client/HtmlView.php +++ b/com_oauthserver/administrator/src/View/Client/HtmlView.php @@ -14,7 +14,7 @@ use Joomla\CMS\Form\Form; use Joomla\CMS\Helper\ContentHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\MVC\View\GenericDataException; -use Joomla\CMS\Object\CMSObject; +use Joomla\CMS\MVC\Model\State; use Joomla\CMS\Toolbar\Toolbar; use Joomla\CMS\Toolbar\ToolbarHelper; @@ -25,11 +25,11 @@ class HtmlView extends \Joomla\CMS\MVC\View\HtmlView /** * Model state variables. * - * @var \Joomla\CMS\Object\CMSObject + * @var State * * @since 1.0.0 */ - protected CMSObject $state; + protected State $state; /** * Form object. diff --git a/com_oauthserver/administrator/src/View/Clients/HtmlView.php b/com_oauthserver/administrator/src/View/Clients/HtmlView.php index ea3b6a5..4448356 100644 --- a/com_oauthserver/administrator/src/View/Clients/HtmlView.php +++ b/com_oauthserver/administrator/src/View/Clients/HtmlView.php @@ -12,8 +12,8 @@ namespace Webmasterskaya\Component\OauthServer\Administrator\View\Clients; use Joomla\CMS\Form\Form; use Joomla\CMS\Helper\ContentHelper; use Joomla\CMS\Language\Text; +use Joomla\CMS\MVC\Model\State; use Joomla\CMS\MVC\View\GenericDataException; -use Joomla\CMS\Object\CMSObject; use Joomla\CMS\Pagination\Pagination; use Joomla\CMS\Toolbar\Toolbar; use Joomla\CMS\Toolbar\ToolbarHelper; @@ -25,11 +25,11 @@ class HtmlView extends \Joomla\CMS\MVC\View\HtmlView /** * Model state variables. * - * @var \Joomla\CMS\Object\CMSObject + * @var State * * @since 1.0.0 */ - protected CMSObject $state; + protected State $state; /** * An array of items.