minor fixes
This commit is contained in:
@@ -294,17 +294,6 @@ class Inbox extends Component
|
||||
$this->initial = true;
|
||||
}
|
||||
|
||||
public function processQueue(): void
|
||||
{
|
||||
try {
|
||||
Artisan::call('queue:work', [
|
||||
'--once' => true,
|
||||
]);
|
||||
} catch (\Exception $exception) {
|
||||
\Log::error($exception->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
public function delete($messageId) {
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user