remove codeigniter
This commit is contained in:
@@ -11,7 +11,7 @@ class ScoreComment extends BaseModel
|
||||
protected $table = 'score_comments';
|
||||
|
||||
/**
|
||||
* CI: timestamps disabled (created_at handled by DB default).
|
||||
* legacy: timestamps disabled (created_at handled by DB default).
|
||||
* Keep disabled in Laravel too.
|
||||
*/
|
||||
public $timestamps = true;
|
||||
|
||||
Reference in New Issue
Block a user