<?php namespace Tests\Entity;
-use BookStack\Entities\Chapter;
-use BookStack\Entities\Page;
+
+use BookStack\Entities\Models\Chapter;
+use BookStack\Entities\Models\Page;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Str;
use Tests\TestCase;
$resp->assertSee('src="/uploads/svg_test.svg"');
}
-}
\ No newline at end of file
+}