X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/9135a85de4eef32a91c7a3ee0aa405ed454e5a4c..refs/pull/4467/head:/tests/Actions/WebhookManagementTest.php diff --git a/tests/Actions/WebhookManagementTest.php b/tests/Actions/WebhookManagementTest.php index 52838beca..05475b699 100644 --- a/tests/Actions/WebhookManagementTest.php +++ b/tests/Actions/WebhookManagementTest.php @@ -2,8 +2,8 @@ namespace Tests\Actions; -use BookStack\Actions\ActivityType; -use BookStack\Actions\Webhook; +use BookStack\Activity\ActivityType; +use BookStack\Activity\Models\Webhook; use Tests\TestCase; class WebhookManagementTest extends TestCase