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