mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 10:08:31 -05:00
(Fix) Delete Topic Message 🐛
This commit is contained in:
@@ -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!');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user