]> BookStack Code Mirror - bookstack/blobdiff - tests/TestCase.php
Code cleanup, bug squashing
[bookstack] / tests / TestCase.php
index b5c7730373fa0b2641b86dd238890ce90af489c2..2c901981af53cb9e22909fdcc89673cb3cf5fece 100644 (file)
@@ -1,6 +1,6 @@
 <?php namespace Tests;
 
-use BookStack\Entities\Entity;
+use BookStack\Entities\Models\Entity;
 use Illuminate\Foundation\Testing\DatabaseTransactions;
 use Illuminate\Foundation\Testing\TestCase as BaseTestCase;