Overtrue\Validation\MessageBag::checkFormat PHP 메소드

checkFormat() 보호된 메소드

Get the appropriate format based on the given format.
protected checkFormat ( string $format ) : string
$format string
리턴 string
    protected function checkFormat($format)
    {
        return $format === null ? $this->format : $format;
    }