Browse Source

Merge pull request #3153 from Codeklopper/patch-2

Unused exception reference
Taylor Otwell 10 years ago
parent
commit
662bc27468
2 changed files with 0 additions and 2 deletions
  1. 0 1
      app/Console/Kernel.php
  2. 0 1
      app/Http/Kernel.php

+ 0 - 1
app/Console/Kernel.php

@@ -1,6 +1,5 @@
 <?php namespace App\Console;
 
-use Exception;
 use Illuminate\Console\Scheduling\Schedule;
 use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
 

+ 0 - 1
app/Http/Kernel.php

@@ -1,6 +1,5 @@
 <?php namespace App\Http;
 
-use Exception;
 use Illuminate\Foundation\Http\Kernel as HttpKernel;
 
 class Kernel extends HttpKernel {