]> _ Git - psq.git/commitdiff
Update PodcastController.php
authorLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 4 Sep 2020 10:04:37 +0000 (12:04 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Fri, 4 Sep 2020 10:04:37 +0000 (12:04 +0200)
app/Http/Controllers/PodcastController.php

index 15ff92eb0a6a7647c4557af498dda709a98cdfe8..8f2546be31c85729f97bbc4bfc8d8a8a032b4938 100644 (file)
@@ -11,7 +11,7 @@ class PodcastController extends Controller
 
     public function index()
     {
-        \View::share('podcast', Podcast::published()->visible()->orderByDesc('id')->firstOrFail());
+//        \View::share('podcast', Podcast::published()->visible()->orderByDesc('id')->firstOrFail());
         return view('podcasts.temp');
     }
 }