Success::success()
Get the success option value.
Return
(PhpOptionOption)
Source
File: vendor/vlucas/phpdotenv/src/Regex/Success.php
public function success()
{
return Some::create($this->value);
}
Get the success option value.
(PhpOptionOption)
File: vendor/vlucas/phpdotenv/src/Regex/Success.php
public function success()
{
return Some::create($this->value);
}