]> BookStack Code Mirror - bookstack/blobdiff - app/References/ReferenceUpdater.php
Copying: Added reference change context tracking
[bookstack] / app / References / ReferenceUpdater.php
index 06b3389bae527e342a36ad7197ff5cfea2dfed53..3a6db05ef394d8b294153cd7bef8c3fa2853b727 100644 (file)
@@ -30,6 +30,14 @@ class ReferenceUpdater
         }
     }
 
+    public function changeReferencesUsingContext(ReferenceChangeContext $context): void
+    {
+        // TODO
+
+        // We should probably have references by this point, so we could use those for efficient
+        // discovery instead of scanning each item within the context.
+    }
+
     /**
      * @return Reference[]
      */