diff options
Diffstat (limited to 'src/Components/LockExpression.php')
-rw-r--r-- | src/Components/LockExpression.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/LockExpression.php b/src/Components/LockExpression.php index 8bf03ce..039d011 100644 --- a/src/Components/LockExpression.php +++ b/src/Components/LockExpression.php @@ -43,7 +43,7 @@ class LockExpression extends Component */ public static function parse(Parser $parser, TokensList $list, array $options = []) { - $ret = new self(); + $ret = new static(); /** * The state of the parser. |