/home/techb158/immovalet.com/vendor/laravel/framework/src/Illuminate/Database/Query
NameSizeModeActions
Grammars/-0755rm
Processors/-0755rm
Builder.php953870644editdlrm
Expression.php6940644editdlrm
JoinClause.php36740644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/framework/src/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(); } }