Skip to content

Commit

Permalink
fixup! Php cs and default config
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 13, 2020
1 parent 934729f commit a1b5286
Show file tree
Hide file tree
Showing 30 changed files with 131,754 additions and 20,868 deletions.
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>

<namespace>Files_PdfViewer</namespace>
<namespace>Files_PDFViewer</namespace>
<default_enable/>

<category>files</category>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
*/

namespace OCA\Files_PdfViewer\AppInfo;
namespace OCA\Files_PDFViewer\AppInfo;

return ['routes' => [
['name' => 'display#showPdfViewer', 'url' => '/', 'verb' => 'GET'],
Expand Down
Loading

0 comments on commit a1b5286

Please sign in to comment.