update controllers logic
This commit is contained in:
@@ -9,7 +9,7 @@ class CommunicationLog extends BaseModel
|
||||
protected $table = 'communication_logs';
|
||||
|
||||
// CI model didn't enable timestamps; keep off unless your table has created_at/updated_at.
|
||||
public $timestamps = false;
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
'student_id',
|
||||
|
||||
Reference in New Issue
Block a user