Skip to content

Commit 783429b

Browse files
committed
Fixed #7 inaccessible where func() on UpdateTable.
1 parent c601bc8 commit 783429b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Actions/DataManipulation/UpdateTable.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
final class UpdateTable extends StructureTable
1010
{
11+
/**
12+
* Use the following traits.
13+
*/
14+
use WhereTrait;
15+
16+
1117
/**
1218
* This sets the tableName and the action to the actionLog.
1319
* @param string $table

0 commit comments

Comments
 (0)