@@ -67,6 +67,13 @@ class EpisodesListController extends AdminController
->body($this->form()->edit($id));
}
+ public function destroy($episodeId, $id = 0)
+ {
+ $this->episode = Episode::find($episodeId);
+ parent::destroy($id);
+ return $this->form()->destroy($id);
+ }
+
/**
* Make a grid builder.
*