summaryrefslogtreecommitdiff
path: root/admin/schema_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/schema_inc.php')
-rwxr-xr-xadmin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 390e7d4..89a7085 100755
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -43,7 +43,7 @@ $gBitInstaller->registerSchemaIndexes( THEMES_PKG_NAME, $indices );
// ### Sequences
$sequences = [
- 'themes_layouts_module_id_seq' => [ 'start' => 1 ]
+ 'themes_layouts_module_id_seq' => [ 'start' => 1 ],
];
$gBitInstaller->registerSchemaSequences( THEMES_PKG_NAME, $sequences );