update controllers logic
This commit is contained in:
Executable → Regular
+1
-1
@@ -13,7 +13,7 @@ class Homework extends BaseModel
|
||||
* CI: useTimestamps = false (even though created_at/updated_at columns exist).
|
||||
* Keep it OFF to match behavior. If you want Laravel to auto-manage, tell me.
|
||||
*/
|
||||
public $timestamps = true;
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'student_id',
|
||||
|
||||
Reference in New Issue
Block a user