App\Skins\Error\DefaultErrorSkin::getViewFilePath PHP Méthode

getViewFilePath() public méthode

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