Update patches

This commit is contained in:
Romain Neutron
2012-09-21 14:41:07 +02:00
parent 3e13cb455c
commit 28880af8e5
32 changed files with 133 additions and 87 deletions

View File

@@ -1,5 +1,7 @@
<?php
use Alchemy\Phrasea\Application;
interface patchInterface
{
@@ -9,5 +11,5 @@ interface patchInterface
public function require_all_upgrades();
public function apply(base &$base);
public function apply(base &$base, Application $app);
}