App\Skins\Error\DefaultErrorSkin::getViewFilePath PHP 메소드

getViewFilePath() 공개 메소드

public getViewFilePath ( $view ) : string
$view
리턴 string
    public function getViewFilePath($view)
    {
        return base_path('resources/views/errors/' . $view . '.blade.php');
    }