1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Fixed chapter breadcrumbs and testing issues

This commit is contained in:
Dan Brown
2017-04-22 14:08:12 +01:00
parent a323b0d49c
commit 82e2c523e6
4 changed files with 13 additions and 2 deletions

View File

@ -43,7 +43,8 @@ $factory->define(BookStack\Page::class, function ($faker) {
'name' => $faker->sentence,
'slug' => str_random(10),
'html' => $html,
'text' => strip_tags($html)
'text' => strip_tags($html),
'revision_count' => 1
];
});