chore(legacy): format code
This commit is contained in:
parent
da52f495b4
commit
63d9e430e1
33 changed files with 111 additions and 102 deletions
|
@ -170,7 +170,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
Application_Service_PodcastService::deletePodcastById($id);
|
||||
}
|
||||
|
||||
break;
|
||||
break;
|
||||
|
||||
case HttpRequestType::GET:
|
||||
$path = 'podcast/podcast.phtml';
|
||||
|
@ -181,7 +181,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
];
|
||||
}
|
||||
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
$this->_helper->json->sendJson($responseBody);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue