Completed
Push — master ( b9980e...2eb207 )
by Jeremy
04:50
created
app/Http/Controllers/SoundsController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     {
70 70
         $sound = SoundServices::getSound($id);
71 71
 
72
-        return view('pages.sounds.show', ['sound' => $sound]);
72
+        return view('pages.sounds.show', [ 'sound' => $sound ]);
73 73
     }
74 74
 
75 75
     /**
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     {
84 84
         $sound = SoundServices::getSound($id);
85 85
 
86
-        return view('pages.sounds.edit', ['sound' => $sound]);
86
+        return view('pages.sounds.edit', [ 'sound' => $sound ]);
87 87
     }
88 88
 
89 89
     /**
Please login to merge, or discard this patch.