Completed
Push — master ( 2bfb1b...c78d97 )
by Abdelouahab
07:55 queued 04:56
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.