mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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;
|
||||
|
||||
use Exception;
|
||||
use Illuminate\Console\Scheduling\Schedule;
|
||||
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
<?php namespace App\Http;
|
||||
|
||||
use Exception;
|
||||
use Illuminate\Foundation\Http\Kernel as HttpKernel;
|
||||
|
||||
class Kernel extends HttpKernel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user