/home/techb158/exp.abdallabala.com/vendor/illuminate/database/Query
NameSizeModeActions
Grammars/-0755rm
Processors/-0755rm
Builder.php862260644editdlrm
Expression.php6940644editdlrm
JoinClause.php36350644editdlrm
JsonExpression.php11730644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/illuminate/database/Query/Expression.php (694B)
value = $value; } /** * Get the value of the expression. * * @return mixed */ public function getValue() { return $this->value; } /** * Get the value of the expression. * * @return string */ public function __toString() { return (string) $this->getValue(); } }