From 2f04372d87159fc27755d5146e66746526a8c82c Mon Sep 17 00:00:00 2001 From: James Date: Sun, 25 Aug 2019 12:30:35 +0100 Subject: [PATCH] add namespaces --- src/Client.php | 2 ++ src/GiteaData.php | 2 ++ src/GiteaRepoData.php | 2 ++ src/Issue.php | 2 ++ src/Label.php | 2 ++ src/Repo.php | 2 ++ 6 files changed, 12 insertions(+) diff --git a/src/Client.php b/src/Client.php index d04cd3a..8f22cbe 100644 --- a/src/Client.php +++ b/src/Client.php @@ -1,4 +1,6 @@