mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
11 lines
101 B
PHP
11 lines
101 B
PHP
<?php
|
|
|
|
class Clublog extends CI_Model {
|
|
|
|
function __construct()
|
|
{
|
|
parent::__construct();
|
|
}
|
|
}
|
|
|
|
?>
|