LazyOption::getOrCall( $callable )
Source
File: vendor/phpoption/phpoption/src/PhpOption/LazyOption.php
public function getOrCall($callable)
{
return $this->option()->getOrCall($callable);
}
File: vendor/phpoption/phpoption/src/PhpOption/LazyOption.php
public function getOrCall($callable)
{
return $this->option()->getOrCall($callable);
}