Skip to content

Instantly share code, notes, and snippets.

View juan55860's full-sized avatar
🎯
Focusing

Juan Camilo Varela López juan55860

🎯
Focusing
  • Mobility Solutions
  • Manizales, Colombia
View GitHub Profile
@juan55860
juan55860 / NewRelicPatch.php
Created March 3, 2016 05:10 — forked from migrs/Kernel.php
newrelic patch for laravel5.2
<?php
namespace App\Http\Middleware;
use Closure;
class NewRelicPatch
{
public function handle($request, Closure $next)
{