diff options
Diffstat (limited to 'apps/files_versions/lib/Sabre/VersionRoot.php')
-rw-r--r-- | apps/files_versions/lib/Sabre/VersionRoot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_versions/lib/Sabre/VersionRoot.php b/apps/files_versions/lib/Sabre/VersionRoot.php index 1c689a4d87b..68b256d4771 100644 --- a/apps/files_versions/lib/Sabre/VersionRoot.php +++ b/apps/files_versions/lib/Sabre/VersionRoot.php @@ -21,6 +21,7 @@ declare(strict_types=1); * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ + namespace OCA\Files_Versions\Sabre; use OCA\Files_Versions\Versions\IVersionManager; |