/var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/src/Phinx/Util
NameSizeModeActions
Expression.php7310644editdlrm
Literal.php7450644editdlrm
Util.php99520644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/robmorgan/phinx/src/Phinx/Util/Literal.php (745B)
value = $value; } /** * @return string Returns the literal's value */ public function __toString(): string { return $this->value; } /** * @param string $value The literal's value * @return self */ public static function from(string $value): Literal { return new self($value); } }