Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
| userSetting | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
|||
| <?php | |
| namespace App\Models\Admin; | |
| use Illuminate\Database\Eloquent\Model; | |
| class userSetting extends Model | |
| { | |
| public $table = 'user_settings'; | |
| public $fillable = ['name', 'category', 'value', 'user_id','check_in_lat','check_in_long', | |
| 'check_in_radius','check_in_address','check_out_lat','check_out_long', | |
| 'check_out_radius','check_out_address']; | |
| } |