]> BookStack Code Mirror - bookstack/blobdiff - tests/Uploads/DrawioTest.php
Code cleanup, bug squashing
[bookstack] / tests / Uploads / DrawioTest.php
index 3fc009c8ab11b7fd58a447d349a74f08dbdfd0a4..d134135aa6e9aed7a6f3fceb0a07d37702252ec0 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Uploads;
 
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use BookStack\Uploads\Image;
 use Tests\TestCase;