Style fix

This commit is contained in:
Jonny Barnes 2017-09-16 12:11:21 +01:00
parent aff5ac2ad1
commit cd10f83b24

View file

@ -40,6 +40,7 @@ class ProcessImage implements ShouldQueue
} catch (NotReadableException $exception) {
// not an image; delete file and end job
unlink(storage_path('app') . '/' . $this->filename);
return;
}
//create smaller versions if necessary