remove codeigniter
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Exam extends BaseModel
|
||||
protected $table = 'exams';
|
||||
|
||||
/**
|
||||
* Your CI model only uses created_at (updatedField = '').
|
||||
* Your legacy model only uses created_at (updatedField = '').
|
||||
* In Laravel, easiest is to disable timestamps and manage created_at yourself OR
|
||||
* enable timestamps but disable UPDATED_AT.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user