1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Sorting: Covered sort set management with tests

This commit is contained in:
Dan Brown
2025-02-10 17:14:06 +00:00
parent a65701294e
commit a208c46b62
5 changed files with 206 additions and 4 deletions

View File

@ -4,14 +4,13 @@ namespace BookStack\Sorting;
use BookStack\Activity\ActivityType;
use BookStack\Http\Controller;
use BookStack\Http\Request;
use Illuminate\Http\Request;
class SortSetController extends Controller
{
public function __construct()
{
$this->middleware('can:settings-manage');
// TODO - Test
}
public function create()