]> BookStack Code Mirror - bookstack/blobdiff - tests/Actions/AuditLogTest.php
Fixed tests from streaming changes
[bookstack] / tests / Actions / AuditLogTest.php
index ebfbf5abf1feb5cf6dcb6f7d1826163400b98da5..8266fd972f1abc540c40baa45a7d4336b56c8c78 100644 (file)
@@ -2,6 +2,7 @@
 
 namespace Tests\Actions;
 
+use function app;
 use BookStack\Actions\Activity;
 use BookStack\Actions\ActivityLogger;
 use BookStack\Actions\ActivityType;
@@ -11,9 +12,8 @@ use BookStack\Entities\Models\Page;
 use BookStack\Entities\Repos\PageRepo;
 use BookStack\Entities\Tools\TrashCan;
 use Carbon\Carbon;
-use Tests\TestCase;
-use function app;
 use function config;
+use Tests\TestCase;
 
 class AuditLogTest extends TestCase
 {