forked from wallabag/wallabag
Apply PHP-CS-Fixer fixes
This commit is contained in:
@ -103,8 +103,7 @@ class DeveloperController extends AbstractController
|
||||
*/
|
||||
public function howtoFirstAppAction()
|
||||
{
|
||||
return $this->render('@WallabagCore/Developer/howto_app.html.twig',
|
||||
[
|
||||
return $this->render('@WallabagCore/Developer/howto_app.html.twig', [
|
||||
'wallabag_url' => $this->getParameter('domain_name'),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user