(Fix) Delete Topic Message 🐛

This commit is contained in:
HDVinnie
2019-10-03 23:14:33 -04:00
parent a275a200b7
commit 1423c6d5cd
+1 -1
View File
@@ -910,7 +910,7 @@ class ForumController extends Controller
$topic->delete();
return redirect()->route('forum_display', ['slug' => $topic->forum->slug, 'id' => $topic->forum->id])
->withErrors('This Topic Is Now Deleted!');
->withSuccess('This Topic Is Now Deleted!');
}
/**