Skip to content

Commit

Permalink
StyleCI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilfeldt committed Sep 27, 2023
1 parent 5d295ea commit ebd2b0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ No breaking changes. The only changes are to the development dependencies used f
### 3.0.0

- Rely on the [`bilfeldt/laravel-correlation-id`](https://packagist.org/packages/bilfeldt/laravel-correlation-id) package for request and response headers and unique id.
- Log both `Correlation-ID` and `Request-ID`.
- Log both `Correlation-ID` header and the unique _Request ID_.
- Remove dependency on `spatie/laravel-package-tools`

### 2.2.0 - 2023-08-29

Expand Down
1 change: 0 additions & 1 deletion src/Models/RequestLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Bilfeldt\RequestLogger\Contracts\RequestLoggerInterface;
use Bilfeldt\RequestLogger\Database\Factories\RequestLogFactory;
use Bilfeldt\RequestLogger\RequestLoggerFacade;
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\MassPrunable;
use Illuminate\Database\Eloquent\Model;
Expand Down
1 change: 0 additions & 1 deletion tests/Unit/RequestMacroTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Bilfeldt\RequestLogger\Tests\TestCase;
use Illuminate\Http\Request;
use Illuminate\Support\Str;

class RequestMacroTest extends TestCase
{
Expand Down

0 comments on commit ebd2b0b

Please sign in to comment.