We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9602e9 commit 1fa54cdCopy full SHA for 1fa54cd
1 file changed
module/Blog/Admin/Controller/BlogController.php
@@ -67,7 +67,6 @@ protected function crud(AdminCRUDBuilder $builder)
67
SiteUrlProvider::update(modstart_web_url('blog/' . $item->id), $item->title, [
68
'biz' => 'blog',
69
]);
70
- var_dump($item);
71
});
72
if (!empty($updatedCategoryIds)) {
73
$updatedCategoryIds = array_unique($updatedCategoryIds);
0 commit comments