From bcd63ab5affaa29e187baf75452a74ee5a5772c3 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 25 Jun 2012 14:56:42 +0300 Subject: [PATCH] We can be fairly sure the $time variable is set in the profiler view. --- laravel/profiling/template.blade.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/laravel/profiling/template.blade.php b/laravel/profiling/template.blade.php index a06f7957..d87b19d5 100755 --- a/laravel/profiling/template.blade.php +++ b/laravel/profiling/template.blade.php @@ -61,9 +61,7 @@ @endif - @if (isset($time))
  • Time {{ $time }}ms
  • - @endif
  • ×