Completed
Push — master ( 0d687f...b9980e )
by Jeremy
06:24
created
app/Http/Controllers/SoundsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 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
     /**
Please login to merge, or discard this patch.