Merge pull request #3153 from Codeklopper/patch-2
Unused exception reference
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user