Closed corean closed 8 years ago
오옷~ 감사합니다. 아래로 고쳐서 한번 더 push 해 주세요.
제 기억에 다시 commit/push 하면 PR 이 업데이트 되었던 것 같은데, 혹시 안되면 PR 다시 해 주시고요.
public function get($file = null)
{
$file = is_null($file) ? 'index.md' : $file;
// ...
}
EDIT. @corean 이 답변 보셨죠?
http://php.net/manual/kr/functions.arguments.php#functions.arguments.default 예제 #3 route에서 넘어온 null값으로 인해 기본 인수(index.md)가 들어가지 않습니다.