diff --git a/src/Nova/Slideshow.php b/src/Nova/Slideshow.php index 60e1f90..b02f6a9 100644 --- a/src/Nova/Slideshow.php +++ b/src/Nova/Slideshow.php @@ -85,8 +85,6 @@ public function fields(Request $request) $html .= '
'; foreach ($this->categories as $n => $category) { - ray($category->title); - $html .= '
'.$category->title.'
'; } $html .= '
';