Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-03-19 23:52:11 +00:00 committed by StyleCI Bot
parent c98d1dda26
commit f0057353ad
10 changed files with 13 additions and 17 deletions

View file

@ -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);