5.0 compat

This commit is contained in:
Nicola Galgano 2023-08-03 12:10:23 +02:00 committed by GitHub
parent aeb00300e0
commit 54b787fe42
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 ApplyController extends AbstractController
{
try
{
$model = new PullModel(null, Factory::getDbo());
$model = new PullModel(null);
// Initialize the state for the model
$model->setState($this->initializeState($model));