Kleine wijzigingen layout, kerkdienst
This commit is contained in:
@@ -39,10 +39,8 @@ class RadioController extends Controller
|
||||
|
||||
public function podcast(Request $request, $id)
|
||||
{
|
||||
if(!config('app.debug')) {
|
||||
parent::registerView($request, 'podcast', $id);
|
||||
}
|
||||
$apiResult = $this->API('podcast/details/' . (int)$id);
|
||||
parent::registerView($request, 'podcast', $id);
|
||||
$apiResult = $this->API('podcast/details/' . (int)$id);
|
||||
$podcast = new \Model\Podcast($apiResult);
|
||||
|
||||
$related = [];
|
||||
|
||||
Reference in New Issue
Block a user