remove codeigniter
This commit is contained in:
@@ -8,7 +8,7 @@ class CurrentFlag extends BaseModel
|
||||
{
|
||||
protected $table = 'current_flag';
|
||||
|
||||
// CI model didn't specify timestamps. Since the table has created_at/updated_at columns,
|
||||
// legacy model didn't specify timestamps. Since the table has created_at/updated_at columns,
|
||||
// you can enable auto-management. If your table does NOT actually have them, set false.
|
||||
public $timestamps = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user