mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-09 09:56:40 -04:00
First commit
This commit is contained in:
12
lib/Model.php
Executable file
12
lib/Model.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?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 Model {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user