mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Use composer as application autoloader
This commit is contained in:
15
lib/classes/patchInterface.php
Normal file
15
lib/classes/patchInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Alchemy\Phrasea\Application;
|
||||
|
||||
interface patchInterface
|
||||
{
|
||||
|
||||
public function get_release();
|
||||
|
||||
public function concern();
|
||||
|
||||
public function require_all_upgrades();
|
||||
|
||||
public function apply(base $base, Application $app);
|
||||
}
|
Reference in New Issue
Block a user