Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and actions-user committed Feb 2, 2021
1 parent 8bbc0a3 commit 98154e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IgnitionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function boot()
__DIR__.'/../config/ignition.php' => config_path('ignition.php'),
], 'ignition-config');

if(['artisan', 'tinker'] === $_SERVER['argv']) {
if (['artisan', 'tinker'] === $_SERVER['argv']) {
Api::sendReportsInBatches(false);
}
}
Expand Down

0 comments on commit 98154e8

Please sign in to comment.