+ [task#133164,done,0.5h] cne unit testing.
This commit is contained in:
@@ -590,6 +590,7 @@ class cneModel extends model
|
||||
*/
|
||||
public function uninstallApp(object $apiParams): ?object
|
||||
{
|
||||
if(is_null($apiParams->name) && empty($apiParams->name)) return null;
|
||||
if(empty($apiParams->channel)) $apiParams->channel = $this->config->CNE->api->channel;
|
||||
|
||||
$apiUrl = "/api/cne/app/uninstall";
|
||||
|
||||
Reference in New Issue
Block a user