remove codeigniter
This commit is contained in:
@@ -8,7 +8,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.
|
||||
// legacy model didn't enable timestamps; keep off unless your table has created_at/updated_at.
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user