Skip to content
Snippets Groups Projects

[Sprint/JollyJellyfish](feat): Added plus tiers to endpoint and passed through #578

Closed Ben requested to merge feat/plus-tiers-578 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -39,6 +39,7 @@ class config implements Interfaces\Api, Interfaces\ApiIgnorePam
"plus" => Minds\Core\Config::_()->get('plus'),
"report_reasons" => Minds\Core\Config::_()->get('report_reasons'),
"last_tos_update" => (Minds\Core\Config::_()->get('last_tos_update') ?: time()),
"plus_guid" => Minds\Core\Config::_()->get('plus_guid') ?: 0,
];
return Factory::response($minds);
Loading