Issue #3412160 by catch: Uncaught exception thrown when running database updates via drush

merge-requests/5998/merge
Lee Rowlands 2024-01-04 07:51:06 +10:00
parent 2f96c565af
commit 0df4be2740
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use Symfony\Component\HttpKernel\HttpKernelInterface;
/**
* Defines a big pipe middleware that removes Content-Length headers.
*/
final class ContentLength implements HttpKernelInterface {
class ContentLength implements HttpKernelInterface {
/**
* Constructs a new ContentLength instance.