mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
attendance card
This commit is contained in:
13
app/Models/AttendanceLog.php
Normal file
13
app/Models/AttendanceLog.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class AttendanceLog extends NexusModel
|
||||
{
|
||||
protected $table = 'attendance_logs';
|
||||
|
||||
protected $fillable = ['uid', 'points', 'date', 'is_retroactive'];
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user