1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Merge pull request #5668 from bumperbox/patch-1

CommentDisplayTest correct namespace
This commit is contained in:
Dan Brown
2025-06-23 11:57:57 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
<?php
namespace Entity;
namespace Tests\Entity;
use BookStack\Activity\ActivityType;
use BookStack\Activity\Models\Comment;