Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 14 |
Lines | 0 |
Ratio | 0 % |
Tests | 14 |
CRAP Score | 1 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | 2 | public static function getAttributes() |
|
13 | { |
||
14 | return [ |
||
15 | 2 | 'username' => trans('Username'), |
|
16 | 2 | 'fullname' => trans('Full name'), |
|
17 | 2 | 'gender' => trans('Gender'), |
|
18 | 2 | 'email' => trans('Email'), |
|
19 | 2 | 'phone_country' => trans('Phone Country'), |
|
20 | 2 | 'phone' => trans('Phone Number'), |
|
21 | 2 | 'whatsapp_phone_country' => trans('Whatsapp Phone Country'), |
|
22 | 2 | 'whatsapp_phone' => trans('Whatsapp Phone Number'), |
|
23 | 2 | 'account_number' => trans('Account Number'), |
|
24 | 2 | 'identitycard_number' => trans('Identity Card Number'), |
|
25 | 2 | 'identitycard_image' => trans('Identity Card Image'), |
|
26 | 2 | 'location_latitude' => trans('Latitude'), |
|
27 | 2 | 'location_longitude' => trans('Longitude'), |
|
28 | ]; |
||
31 |