Skip to content

Commit

Permalink
Merge pull request laravel#19 from laravel-zero/analysis-zY0DJG
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nunomaduro authored Sep 12, 2017
2 parents b6ebcd8 + e54d4e0 commit ae8f3a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Bootstrappers/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace LaravelZero\Framework\Bootstrappers;

use LaravelZero\Framework\Commands;
use Illuminate\Console\Scheduling\ScheduleRunCommand;

/**
* This is the Zero Framework Bootstrapper Configuration class.
Expand Down
1 change: 0 additions & 1 deletion src/Commands/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace LaravelZero\Framework\Commands;

use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Contracts\Container\Container;
use Illuminate\Console\Command as BaseCommand;
use NunoMaduro\LaravelDesktopNotifier\Contracts\Notifier;
Expand Down

0 comments on commit ae8f3a6

Please sign in to comment.