style(legacy): format files (#1946)
This commit is contained in:
parent
eb19283d96
commit
4d393fa14e
66 changed files with 775 additions and 565 deletions
|
@ -8,7 +8,8 @@ class Rest_Bootstrap extends Zend_Application_Module_Bootstrap
|
|||
$router = $front->getRouter();
|
||||
|
||||
$restRoute = new Zend_Rest_Route($front, [], [
|
||||
'rest' => ['media', 'show-image', 'podcast', 'podcast-episodes'], ]);
|
||||
'rest' => ['media', 'show-image', 'podcast', 'podcast-episodes'],
|
||||
]);
|
||||
$router->addRoute('rest', $restRoute);
|
||||
|
||||
$podcastBulkRoute = new Zend_Controller_Router_Route(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue