From a80adb22958fc0a38374cbce2d950a0042e699eb Mon Sep 17 00:00:00 2001 From: Yassine Doghri 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 1ad47a10..597b2162 100644 --- a/src/app/Views/podcast/create.php +++ b/src/app/Views/podcast/create.php @@ -1,5 +1,5 @@ -extend('layouts\default')?> +extend('layouts/default')?> section('content')?> diff --git a/src/app/Views/podcast/index.php b/src/app/Views/podcast/index.php index da54585c..fbd3ed04 100644 --- a/src/app/Views/podcast/index.php +++ b/src/app/Views/podcast/index.php @@ -1,4 +1,4 @@ -extend('layouts\default')?> +extend('layouts/default')?> section('content')?>

Podcast Page!