mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-26 06:04:08 -08:00
remove text
This commit is contained in:
parent
f9a47c8a9f
commit
d46f9776fe
|
@ -155,7 +155,6 @@ class Purge extends Command
|
||||||
Storage::delete($rel_path . '/' . $filename);
|
Storage::delete($rel_path . '/' . $filename);
|
||||||
}
|
}
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
// Handle the exception or log it
|
|
||||||
Log::error('An error occurred while deleting files: ' . $e->getMessage());
|
Log::error('An error occurred while deleting files: ' . $e->getMessage());
|
||||||
}
|
}
|
||||||
$this->info('- User "'.$user->username.'" deleted.');
|
$this->info('- User "'.$user->username.'" deleted.');
|
||||||
|
|
Loading…
Reference in a new issue