]> BookStack Code Mirror - bookstack/blobdiff - tests/Entity/CommentSettingTest.php
Fix French translations
[bookstack] / tests / Entity / CommentSettingTest.php
index 3c8cae68ccefefd1e28f0aca63884c28dfdf0b33..49ceede9f3edd23207b5f62906c14fe677fcd043 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests\Entity;
 
-use BookStack\Entities\Page;
+use BookStack\Entities\Models\Page;
 use Tests\BrowserKitTest;
 
 class CommentSettingTest extends BrowserKitTest