mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
Update php doc
This commit is contained in:
parent
a5e685a0d9
commit
e3f5000c71
@ -13,11 +13,16 @@ use Joomla\CMS\Crypt\Crypt;
|
||||
use Joomla\CMS\Factory;
|
||||
use Joomla\CMS\Form\Form;
|
||||
use Joomla\CMS\MVC\Model\AdminModel;
|
||||
use Joomla\CMS\Object\CMSObject;
|
||||
use Joomla\CMS\Uri\Uri;
|
||||
use Webmasterskaya\Component\OauthServer\Administrator\Table\ClientTable;
|
||||
|
||||
\defined('_JEXEC') or die;
|
||||
|
||||
/**
|
||||
* @method CMSObject|bool getItem($pk = null)
|
||||
* @since version
|
||||
*/
|
||||
class ClientModel extends AdminModel
|
||||
{
|
||||
use GetItemByIdentifierTrait;
|
||||
|
Loading…
Reference in New Issue
Block a user