mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
12 lines
222 B
PHP
Executable file
12 lines
222 B
PHP
Executable file
<?php
|
|
/**
|
|
* MINZ - Copyright 2011 Marien Fressinaud
|
|
* Sous licence AGPL3 <http://www.gnu.org/licenses/>
|
|
*/
|
|
|
|
/**
|
|
* La classe Model représente un modèle de l'application (représentation MVC)
|
|
*/
|
|
class Minz_Model {
|
|
|
|
}
|