]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/PageRevision.php
Guest create page: name field autofocus
[bookstack] / app / Entities / Models / PageRevision.php
index 6517b0080bace9a69fd8892972e1542ac83a34bc..cd22db0c83c19e62441af50bd9488281aac9c503 100644 (file)
@@ -31,7 +31,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
 class PageRevision extends Model implements Loggable
 {
     protected $fillable = ['name', 'text', 'summary'];
-    protected $hidden = ['html', 'markdown', 'restricted', 'text'];
+    protected $hidden = ['html', 'markdown', 'text'];
 
     /**
      * Get the user that created the page revision.