Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist authored and actions-user committed Jul 12, 2021
1 parent fa24cd7 commit 84c7001
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/IgnitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
use Illuminate\Foundation\Application;
use Illuminate\Log\Events\MessageLogged;
use Illuminate\Log\LogManager;
use Illuminate\Queue\Events\JobProcessed;
use Illuminate\Queue\Events\JobProcessing;
use Illuminate\Queue\QueueManager;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Log;
Expand Down Expand Up @@ -494,7 +492,8 @@ protected function setupQueue(QueueManager $queue)
// Note: the $queue->looping() event can't be used because it's not triggered on Vapor
}

public function resetIgnitionContext($event = null) {
public function resetIgnitionContext($event = null)
{
$this->app->make(Flare::class)->reset();

if (config('flare.reporting.report_logs')) {
Expand Down

0 comments on commit 84c7001

Please sign in to comment.