Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschucki committed Nov 17, 2024
1 parent d825716 commit 7daea11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Console/Commands/SyncMessagesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use App\Models\Message;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Log;
use Symfony\Component\Console\Command\Command as CommandAlias;
use Tschucki\Pr0grammApi\Facades\Pr0grammApi;

Expand Down Expand Up @@ -34,6 +35,7 @@ public function handle(): int

} catch (\Throwable $e) {
$this->error('Error: '.$e->getMessage());
Log::error($e);

return CommandAlias::FAILURE;
}
Expand Down

0 comments on commit 7daea11

Please sign in to comment.