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) { } catch (NotReadableException $exception) {
// not an image; delete file and end job // not an image; delete file and end job
unlink(storage_path('app') . '/' . $this->filename); unlink(storage_path('app') . '/' . $this->filename);
return; return;
} }
//create smaller versions if necessary //create smaller versions if necessary