update controllers logic
This commit is contained in:
Executable → Regular
+2
-2
@@ -9,17 +9,17 @@ use Illuminate\Support\Facades\DB;
|
||||
class AttendanceData extends BaseModel
|
||||
{
|
||||
protected $table = 'attendance_data';
|
||||
|
||||
public $timestamps = true; // uses created_at / updated_at
|
||||
|
||||
protected $fillable = [
|
||||
'class_id',
|
||||
'class_section_id',
|
||||
'student_id',
|
||||
'school_id',
|
||||
'student_id',
|
||||
'date',
|
||||
'status',
|
||||
'reason',
|
||||
'reported',
|
||||
'is_reported',
|
||||
'is_notified',
|
||||
'semester',
|
||||
|
||||
Reference in New Issue
Block a user