mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-14 07:22:13 -04:00
Add message once meme is submitted in dashboard
This commit is contained in:
parent
d9b52e2bb0
commit
934a34f004
2 changed files with 7 additions and 6 deletions
|
@ -83,6 +83,7 @@ class MemeController extends Controller
|
|||
'caption' => $request->input('caption'),
|
||||
'image' => $request->file('image'),
|
||||
]);
|
||||
return redirect('dashboard')->with('submitted', 'Meme submitted succesfully! Will be approved soon.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue