mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
Return more data from getAllDomains()
This commit is contained in:
parent
e5126c7f98
commit
b88bedf9fd
1 changed files with 1 additions and 3 deletions
|
|
@ -47,8 +47,6 @@ class moduleModel extends module
|
|||
|
||||
/**
|
||||
* @brief Get all domains
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
function getAllDomains($count = 20, $page = 1)
|
||||
{
|
||||
|
|
@ -60,7 +58,7 @@ class moduleModel extends module
|
|||
{
|
||||
$domain->settings = $domain->settings ? json_decode($domain->settings) : new stdClass;
|
||||
}
|
||||
return $output->data;
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue