Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Tests | 10 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | 2 | public function attributes() |
|
22 | { |
||
23 | return [ |
||
24 | 2 | 'branch_id' => trans('admin-lang.branch'), |
|
25 | 2 | 'username' => trans('Username'), |
|
26 | 2 | 'fullname' => trans('Full name'), |
|
27 | 2 | 'gender' => trans('Gender'), |
|
28 | 2 | 'email' => trans('Email'), |
|
29 | 2 | 'phone_country' => trans('Phone Country'), |
|
30 | 2 | 'phone' => trans('Phone Number'), |
|
31 | 2 | 'role' => trans('Role'), |
|
32 | 2 | 'is_active' => trans('Active'), |
|
33 | ]; |
||
47 |