Merge pull request #3153 from Codeklopper/patch-2
Unused exception reference
This commit is contained in:
commit
662bc27468
|
@ -1,6 +1,5 @@
|
||||||
<?php namespace App\Console;
|
<?php namespace App\Console;
|
||||||
|
|
||||||
use Exception;
|
|
||||||
use Illuminate\Console\Scheduling\Schedule;
|
use Illuminate\Console\Scheduling\Schedule;
|
||||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
<?php namespace App\Http;
|
<?php namespace App\Http;
|
||||||
|
|
||||||
use Exception;
|
|
||||||
use Illuminate\Foundation\Http\Kernel as HttpKernel;
|
use Illuminate\Foundation\Http\Kernel as HttpKernel;
|
||||||
|
|
||||||
class Kernel extends HttpKernel {
|
class Kernel extends HttpKernel {
|
||||||
|
|
Loading…
Reference in New Issue