fix lại một số lỗi liên quan đến model dẫn đến không ghi dữ liệu
This commit is contained in:
+3
-1
@@ -26,7 +26,9 @@ class User extends Authenticatable
|
||||
'name',
|
||||
'phone',
|
||||
'job',
|
||||
'spined'
|
||||
'spined',
|
||||
'address',
|
||||
'known_sis'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@@ -16,7 +16,7 @@ $sheet->setCellValue('B1', 'HỌ TÊN');
|
||||
$sheet->setCellValue('C1', 'SỐ ĐIỆN THOẠI');
|
||||
$sheet->setCellValue('D1', 'NGHỀ NGHIỆP');
|
||||
$sheet->setCellValue('E1', 'TÊN GIẢI THƯỞNG');
|
||||
$sheet->setCellValue('F1', 'NGÀY QUAY SỐ');
|
||||
$sheet->setCellValue('F1', 'NGÀY QUAY SỐ');
|
||||
$sheet->setCellValue('G1', 'ĐỊA CHỈ');
|
||||
$sheet->setCellValue('H1', 'BIẾT VỀ SIS');
|
||||
$row = 1;// Initialize row counter
|
||||
|
||||
Reference in New Issue
Block a user