]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/ChapterTest.php
Code cleanup, bug squashing
[bookstack] / tests / Entity / ChapterTest.php
index d072f8d8bb0ecc0432380bcfbb1cdd04ba7139af..e9350a32be1636a39ddeb7c5d374badd8a4f1724 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Chapter;
+use BookStack\Entities\Models\Chapter;
 use Tests\TestCase;
 
 class ChapterTest extends TestCase