Skip to content

Commit 1530bce

Browse files
authored
Remove unnecessary bodyClass property
1 parent dc144a9 commit 1530bce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

controllers/Users.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ class Users extends Controller
4242
public $requiredPermissions = ['winter.users.access_users'];
4343

4444
/**
45-
* @var string HTML body tag class
45+
* @var string The form layout to use. One of standard, sidebar, fancy
4646
*/
47-
public $bodyClass = 'compact-container';
48-
4947
public $formLayout = 'sidebar';
5048

5149
public function index()

0 commit comments

Comments
 (0)