/var/www/flurhymez/vendor/laravel/framework/src/Illuminate/Database/Query
NameSizeModeActions
Grammars/-0755rm
Processors/-0755rm
Builder.php968320755editdlrm
Expression.php6940755editdlrm
JoinClause.php37120755editdlrm
Edit: /var/www/flurhymez/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(); } }