Verified Commit 1a28e2e1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

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

(cherry picked from commit 0df4be27)
parent c4b10cbc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
/**
 * Defines a big pipe middleware that removes Content-Length headers.
 */
final class ContentLength implements HttpKernelInterface {
class ContentLength implements HttpKernelInterface {

  /**
   * Constructs a new ContentLength instance.