mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
add published
field alias
This commit is contained in:
parent
bdd62cac3c
commit
8bf4c1d9dc
@ -56,5 +56,7 @@ class ClientTable extends Table
|
|||||||
public function __construct(DatabaseDriver $db)
|
public function __construct(DatabaseDriver $db)
|
||||||
{
|
{
|
||||||
parent::__construct('#__webmasterskaya_oauthserver_clients', 'id', $db);
|
parent::__construct('#__webmasterskaya_oauthserver_clients', 'id', $db);
|
||||||
|
|
||||||
|
$this->setColumnAlias('published', 'active');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user