diff options
Diffstat (limited to 'src/Statements/SelectStatement.php')
-rw-r--r-- | src/Statements/SelectStatement.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Statements/SelectStatement.php b/src/Statements/SelectStatement.php index d8c9baa..4b9584f 100644 --- a/src/Statements/SelectStatement.php +++ b/src/Statements/SelectStatement.php @@ -62,15 +62,6 @@ class SelectStatement extends Statement ); /** - * The options of this query. - * - * @var OptionsFragment - * - * @see static::$OPTIONS - */ - public $options; - - /** * Expressions that are being selected by this statement. * * @var FieldFragment[] |