]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / CommentTest.php
index 2198b2dd2c72decb348bd6421d8f664b52c3e793..63d1a29a29ac656bf5d53ec38a00fad8102af35c 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use BookStack\Actions\Comment;
 use Tests\TestCase;