mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Remove useless function argument apply_patches
This commit is contained in:
@@ -263,10 +263,10 @@ abstract class base implements cache_cacheableInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function apply_patches($from, $to, $post_process, Application $app)
|
||||
public function apply_patches($from, $to, $post_process)
|
||||
{
|
||||
$service = new DatabaseMaintenanceService($this->app, $this->connection);
|
||||
|
||||
return $service->applyPatches($this, $from, $to, $post_process, $app);
|
||||
return $service->applyPatches($this, $from, $to, $post_process);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user