Adjust reseller stats
This commit is contained in:
parent
de270da7ea
commit
d1afeb524b
2 changed files with 2 additions and 2 deletions
|
|
@ -445,7 +445,7 @@ if (! defined('APP_NAME')) {
|
|||
define('CURRENCY_DECORATOR_NONE', 'none');
|
||||
|
||||
define('RESELLER_REVENUE_SHARE', 'A');
|
||||
define('RESELLER_LIMITED_USERS', 'B');
|
||||
define('RESELLER_ACCOUNT_COUNT', 'B');
|
||||
|
||||
define('AUTO_BILL_OFF', 1);
|
||||
define('AUTO_BILL_OPT_IN', 2);
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ class AppController extends BaseController
|
|||
'payments.amount',
|
||||
]);
|
||||
} else {
|
||||
$data = DB::table('users')->count();
|
||||
$data = DB::table('companies')->count();
|
||||
}
|
||||
|
||||
return json_encode($data);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue