Skip to content

Commit 66af822

Browse files
sclubricantskenjis
andauthored
Update system/Database/SQLite3/Table.php
Co-authored-by: kenjis <[email protected]>
1 parent 8b4b16a commit 66af822

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/Database/SQLite3/Table.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ protected function createTable()
244244

245245
$this->keys = array_filter(
246246
$this->keys,
247-
static fn ($index) => count(array_intersect($index['fields'], $fieldNames))
248-
=== count($index['fields'])
247+
static fn ($index) => count(array_intersect($index['fields'], $fieldNames)) === count($index['fields'])
249248
);
250249

251250
// Unique/Index keys

0 commit comments

Comments
 (0)