Commit 662bc274 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3153 from Codeklopper/patch-2

Unused exception reference
parents 57a6e1ce e05d7440
<?php namespace App\Console;
use Exception;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
......
<?php namespace App\Http;
use Exception;
use Illuminate\Foundation\Http\Kernel as HttpKernel;
class Kernel extends HttpKernel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment