]> BookStack Code Mirror - bookstack/blobdiff - tests/RecycleBinTest.php
Code cleanup, bug squashing
[bookstack] / tests / RecycleBinTest.php
index 505ee6939a976642f2c0549806424da6fa296457..60f06cfc4769a9d457fd401eb0727b6d5405ba6e 100644 (file)
@@ -1,8 +1,8 @@
 <?php namespace Tests;
 
-use BookStack\Entities\Book;
-use BookStack\Entities\Deletion;
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Book;
+use BookStack\Entities\Models\Deletion;
+use BookStack\Entities\Models\Page;
 use DB;
 use Illuminate\Support\Carbon;