Apply fixes from StyleCI
This commit is contained in:
parent
c98d1dda26
commit
f0057353ad
10 changed files with 13 additions and 17 deletions
|
@ -202,7 +202,6 @@ class PackController extends Controller
|
|||
|
||||
return response()->download($filename, 'pack-' . $pack->name . '.zip')->deleteFileAfterSend(true);
|
||||
} else {
|
||||
|
||||
$fp = fopen($filename, 'a+');
|
||||
fwrite($fp, json_encode($json, JSON_PRETTY_PRINT));
|
||||
fclose($fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue