]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/BookSortMap.php
ZIP Exports: Built out initial import view
[bookstack] / app / Entities / Tools / BookSortMap.php
index 43b25817ea3f191c24ee4c76d3d30149374b3f28..ff1ec767f784458e58c867f4a845acd8efdfdbf5 100644 (file)
@@ -24,7 +24,7 @@ class BookSortMap
 
     public static function fromJson(string $json): self
     {
-        $map = new static();
+        $map = new BookSortMap();
         $mapData = json_decode($json);
 
         foreach ($mapData as $mapDataItem) {