Skip to content

Commit

Permalink
Merge pull request #31 from PixellUp/patch-1
Browse files Browse the repository at this point in the history
Fixed markdown instruction line style
  • Loading branch information
freekmurze authored Dec 4, 2023
2 parents bc1d60e + dfbb62c commit 5a78205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/basic-usage/measuring-queued-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ If you want to make a particular job trace aware while that setting is set to fa
```php
namespace App\Jobs;

use Illuminate\Contracts\Queue\ShouldQueue;use Spatie\OpenTelemetry\Jobs\TraceAware;
use Illuminate\Contracts\Queue\ShouldQueue;
use Spatie\OpenTelemetry\Jobs\TraceAware;

class MyJob implements ShouldQueue, TraceAware
{
Expand Down

0 comments on commit 5a78205

Please sign in to comment.