mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-06 05:25:40 +00:00
Change image unlink error log to info from error
This commit is contained in:
@ -148,7 +148,7 @@ final class CompaniesController extends Controller
|
||||
try {
|
||||
unlink(app('companies_upload_path').$old_image);
|
||||
} catch (\Exception $e) {
|
||||
\Log::error($e);
|
||||
\Log::info($e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user