5.0 compat

This commit is contained in:
Nicola Galgano 2023-08-03 12:09:11 +02:00 committed by GitHub
parent ad32057325
commit aeb00300e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class RevertController extends AbstractController
{
try
{
$model = new PullModel(null, Factory::getDbo());
$model = new PullModel(null);
// Initialize the state for the model
$model->setState($this->initializeState($model));