Merge branch 'Abijeet-patch-1' into v0.20

This commit is contained in:
Dan Brown 2018-02-11 18:14:14 +00:00
commit 1936368073
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -38,4 +38,6 @@ php artisan bookstack:regenerate-search
# Regenerate access permissions - Used mostly in development
php artisan bookstack:regenerate-permissions
# Delete all users from the system that are not "admin" or system users
php artisan bookstack:delete-users
```