]> BookStack Code Mirror - bookstack/blobdiff - app/Auth/Permissions/SimpleEntityData.php
Guest create page: name field autofocus
[bookstack] / app / Auth / Permissions / SimpleEntityData.php
index 0d1c94b0dd2f6df1b499a964491f55bbe7a0302a..62f5984f8a21274bd36bc4812b4e23ade5766ef2 100644 (file)
@@ -6,8 +6,7 @@ class SimpleEntityData
 {
     public int $id;
     public string $type;
-    public bool $restricted;
     public int $owned_by;
     public ?int $book_id;
     public ?int $chapter_id;
-}
\ No newline at end of file
+}