Skip to content

Commit e3453b6

Browse files
committed
fixup! feat(AppFramework): Add Route attribute
1 parent 57d9218 commit e3453b6

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

lib/public/AppFramework/Http/Attribute/ApiRoute.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* @copyright Copyright (c) 2024 Kate Döen <kate.doeen@nextcloud.com>
57
*

lib/public/AppFramework/Http/Attribute/FrontpageRoute.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* @copyright Copyright (c) 2024 Kate Döen <kate.doeen@nextcloud.com>
57
*

lib/public/AppFramework/Http/Attribute/Route.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* @copyright Copyright (c) 2024 Kate Döen <kate.doeen@nextcloud.com>
57
*

0 commit comments

Comments
 (0)