Skip to content

Commit

Permalink
修复权限分配一处字段错误
Browse files Browse the repository at this point in the history
  • Loading branch information
xutl committed Aug 31, 2017
1 parent fd8c06a commit 8f5f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/AssignmentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AssignmentController extends Controller
{
public $userClassName;
public $idField = 'id';
public $usernameField = 'name';
public $usernameField = 'username';
public $fullnameField;
public $extraColumns = [];

Expand Down

0 comments on commit 8f5f033

Please sign in to comment.