We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d2e63 commit 1548f28Copy full SHA for 1548f28
src/Schema/TableConfiguration.php
@@ -7,7 +7,7 @@
7
/**
8
* Contains platform-specific parameters used for creating and managing objects scoped to a {@see Table}.
9
*/
10
-class TableConfiguration
+final class TableConfiguration
11
{
12
/** @internal The configuration can be only instantiated by a {@see SchemaConfig}. */
13
public function __construct(private readonly int $maxIdentifierLength)
0 commit comments