Completed
Push — master ( d65403...2bfb1b )
by Abdelouahab
06:28 queued 03:22
created
src/LaravelH5p/Http/Controllers/H5pController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
                     throw new H5PException('No such library');
100 100
                 }
101 101
                 //old
102
-               // $content['params'] = $request->get('parameters');
103
-               // $params = json_decode($content['params']);
102
+                // $content['params'] = $request->get('parameters');
103
+                // $params = json_decode($content['params']);
104 104
                 
105 105
                 
106 106
                 //new
Please login to merge, or discard this patch.