]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/BookSortMapItem.php
Added ability to escape role "External Auth ID" commas
[bookstack] / app / Entities / Tools / BookSortMapItem.php
index 7fb9a1db561919ed1b663590de5a01d50695ae55..f76d87f23669001369630bc7d588f91c1923e819 100644 (file)
@@ -4,7 +4,6 @@ namespace BookStack\Entities\Tools;
 
 class BookSortMapItem
 {
-
     /**
      * @var int
      */
@@ -30,7 +29,6 @@ class BookSortMapItem
      */
     public $parentBookId;
 
-
     public function __construct(int $id, int $sort, ?int $parentChapterId, string $type, int $parentBookId)
     {
         $this->id = $id;
@@ -39,6 +37,4 @@ class BookSortMapItem
         $this->type = $type;
         $this->parentBookId = $parentBookId;
     }
-
-
-}
\ No newline at end of file
+}