Merge pull request #5668 from bumperbox/patch-1
Some checks failed
analyse-php / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-migrations / build (8.4) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
test-php / build (8.4) (push) Has been cancelled

CommentDisplayTest correct namespace
This commit is contained in:
Dan Brown 2025-06-23 11:57:57 +01:00 committed by GitHub
commit dfeca246a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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