summaryrefslogtreecommitdiffstats
path: root/lib/Sabre/Album/AlbumsHome.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2022-08-08 16:05:02 +0200
committerLouis Chemineau <louis@chmn.me>2022-08-22 20:03:52 +0200
commit9c68a0fbfe8878419038e47aaebb8283cdab14ab (patch)
tree35ddea1ddf6e041181576ee4c6f98d63cd8a3b17 /lib/Sabre/Album/AlbumsHome.php
parent62dbf99ec049a24061fe9238461eccd2cf67d609 (diff)
fix copyright headers
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'lib/Sabre/Album/AlbumsHome.php')
-rw-r--r--lib/Sabre/Album/AlbumsHome.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Sabre/Album/AlbumsHome.php b/lib/Sabre/Album/AlbumsHome.php
index 397b4e60..1c070b59 100644
--- a/lib/Sabre/Album/AlbumsHome.php
+++ b/lib/Sabre/Album/AlbumsHome.php
@@ -2,7 +2,7 @@
declare(strict_types=1);
/**
- * @copyright Copyright (c) 2021 Robin Appelman <robin@icewind.nl>
+ * @copyright Copyright (c) 2022 Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
@@ -20,6 +20,7 @@ declare(strict_types=1);
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
+
namespace OCA\Photos\Sabre\Album;
use OCA\Photos\Album\AlbumMapper;