From a80adb22958fc0a38374cbce2d950a0042e699eb Mon Sep 17 00:00:00 2001 From: Yassine Doghri <yassine@doghri.fr> Date: Mon, 1 Jun 2020 15:23:45 +0000 Subject: [PATCH] fix: use slash instead of backslash to call layout --- src/app/Views/podcast/create.php | 2 +- src/app/Views/podcast/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Views/podcast/create.php b/src/app/Views/podcast/create.php index 1ad47a1032..597b21620c 100644 --- a/src/app/Views/podcast/create.php +++ b/src/app/Views/podcast/create.php @@ -1,5 +1,5 @@ <?=helper('form')?> -<?=$this->extend('layouts\default')?> +<?=$this->extend('layouts/default')?> <?=$this->section('content')?> diff --git a/src/app/Views/podcast/index.php b/src/app/Views/podcast/index.php index da54585caa..fbd3ed0450 100644 --- a/src/app/Views/podcast/index.php +++ b/src/app/Views/podcast/index.php @@ -1,4 +1,4 @@ -<?=$this->extend('layouts\default')?> +<?=$this->extend('layouts/default')?> <?=$this->section('content')?> <h1 class="text-xl">Podcast Page!</h1> -- GitLab