expression = $expression; } public function create() { $this->rows = [ [ [ 'expression' => $this->expression, ] ], ]; return $this->store(); } }