mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-02 16:29:49 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -153,7 +153,7 @@ class PollController extends Controller
|
||||
{
|
||||
$poll = Poll::findOrFail($id);
|
||||
$poll->delete();
|
||||
|
||||
|
||||
Option::where('poll_id', '=', $id)->delete();
|
||||
|
||||
return \redirect()->route('staff.polls.index')
|
||||
|
||||
Reference in New Issue
Block a user