Skip to content

Commit 65f03be

Browse files
committed
Merge pull request #11 from mosanger/master
ability to call getTransactionName from inside closure
2 parents 578a69a + 6b3192d commit 65f03be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Intouch/LaravelNewrelic/LaravelNewrelicServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function ( $request, $response ) use ( $me, $app )
9696
* @param \Illuminate\Foundation\Application $app
9797
* @return string
9898
*/
99-
protected function getTransactionName( $request, $response, $app )
99+
public function getTransactionName( $request, $response, $app )
100100
{
101101
$nameProvider = $app['config']['laravel-newrelic::name_provider'];
102102

0 commit comments

Comments
 (0)