diff options
Diffstat (limited to 'src/Statements/UpdateStatement.php')
-rw-r--r-- | src/Statements/UpdateStatement.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Statements/UpdateStatement.php b/src/Statements/UpdateStatement.php index 8dcc6f0..39a0f1c 100644 --- a/src/Statements/UpdateStatement.php +++ b/src/Statements/UpdateStatement.php @@ -39,15 +39,6 @@ class UpdateStatement extends Statement ); /** - * The options of this query. - * - * @var OptionsFragment - * - * @see static::$OPTIONS - */ - public $options; - - /** * Tables used as sources for this statement. * * @var FieldFragment[] |