finale 2.0.0
This commit is contained in:
@@ -341,7 +341,7 @@ class EmailController extends Controller
|
||||
$message->delete();
|
||||
}
|
||||
|
||||
return back()->with('success', 'Email spostata nel cestino.');
|
||||
return redirect()->route('email.index', ['folder' => 'inbox'])->with('success', 'Email spostata nel cestino.');
|
||||
}
|
||||
|
||||
public function downloadAttachment($id)
|
||||
|
||||
Reference in New Issue
Block a user