mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
class Contesting_model extends CI_Model {
|
|
function __construct()
|
|
{
|
|
// Call the Model constructor
|
|
parent::__construct();
|
|
|
|
}
|
|
} |