Issue #3412160 by catch: Uncaught exception thrown when running database updates via drush
parent
2f96c565af
commit
0df4be2740
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue