mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
H&R + exam user support bulk action
This commit is contained in:
@@ -17,6 +17,8 @@ class User extends Authenticatable
|
||||
|
||||
public $timestamps = false;
|
||||
|
||||
protected $perPage = 50;
|
||||
|
||||
const STATUS_CONFIRMED = 'confirmed';
|
||||
const STATUS_PENDING = 'pending';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user