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

Refactored permission system components

Split joint permission creation into chunks

Fixes #374
This commit is contained in:
Dan Brown
2017-04-29 22:01:43 +01:00
parent ad4642c2c4
commit 1859a4d356
8 changed files with 147 additions and 126 deletions

View File

@ -1,5 +1,6 @@
<?php namespace Tests;
use BookStack\Role;
use BookStack\Tag;
use BookStack\Page;
use BookStack\Services\PermissionService;