]> BookStack Code Mirror - bookstack/blobdiff - tests/User/UserProfileTest.php
Search: Prevented negated terms filling in UI inputs
[bookstack] / tests / User / UserProfileTest.php
index 4bfb3c87822a5085fbb0f8c7a862c6177b5821c6..065ae8dc896c3c10a5af47fbb005f843425a0dcd 100644 (file)
@@ -2,8 +2,8 @@
 
 namespace Tests\User;
 
-use Activity;
 use BookStack\Activity\ActivityType;
+use BookStack\Facades\Activity;
 use BookStack\Users\Models\User;
 use Tests\TestCase;