Skip to content

Commit

Permalink
Laravel instrumentation: linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwild committed Aug 11, 2023
1 parent ffe62a4 commit 38b4f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instrumentation/Laravel/src/LaravelInstrumentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static function register(): void
self::registerWatchers($application, new CommandWatcher());
self::registerWatchers($application, new LogWatcher());
self::registerWatchers($application, new QueryWatcher($instrumentation));
}
},
);
}

Expand Down

0 comments on commit 38b4f05

Please sign in to comment.