Style fix
This commit is contained in:
parent
aff5ac2ad1
commit
cd10f83b24
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue