]> BookStack Code Mirror - bookstack/blobdiff - tests/Api/UsersApiTest.php
Updated js dev docs with latest component changes
[bookstack] / tests / Api / UsersApiTest.php
index ddbdac0f8320c0b90fbf57a5e9edcee18a528bf8..739981f24b17d1cd883398715d4973fcc7395a1e 100644 (file)
@@ -239,7 +239,7 @@ class UsersApiTest extends TestCase
         $user = User::query()->where('id', '!=', $this->getAdmin()->id)
             ->whereNull('system_name')
             ->first();
-        $entityChain = $this->createEntityChainBelongingToUser($user);
+        $entityChain = $this->entities->createChainBelongingToUser($user);
         /** @var User $newOwner */
         $newOwner = User::query()->where('id', '!=', $user->id)->first();