mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-11-13 05:57:21 +01:00
11 lines
134 B
PHP
Executable File
11 lines
134 B
PHP
Executable File
<?php
|
|
class Menu_model extends MO_Model
|
|
{
|
|
public function __construct()
|
|
{
|
|
parent::__construct();
|
|
}
|
|
}
|
|
|
|
//nowhitesp
|