mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
initial import
This commit is contained in:
9
lib/classes/patch.class.php
Normal file
9
lib/classes/patch.class.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
interface patch
|
||||
{
|
||||
function get_release();
|
||||
|
||||
function concern();
|
||||
|
||||
function apply($id);
|
||||
}
|
Reference in New Issue
Block a user