fix: doctrine native lazy objects

This commit is contained in:
2026-09-01 13:58:30 +02:00
parent a60e8357e8
commit 10ab2bd04b
7 changed files with 62 additions and 254 deletions
+5
View File
@@ -103,6 +103,7 @@ task('deploy', [
'deploy:lock',
'deploy:release',
'deploy:assets',
'deploy:check-platform',
'rsync',
'deploy:shared',
'deploy:writable',
@@ -113,6 +114,10 @@ task('deploy', [
'deploy:stop-workers',
]);
task('deploy:check-platform', function () {
runLocally('composer check-platform-reqs');
});
task('deploy:stop-workers', function () {
run('{{bin/console}} messenger:stop-workers');
});