Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
jbrooksuk authored and StyleCIBot committed Oct 30, 2016
1 parent 92b25ef commit 3398e1b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions app/Http/Controllers/Dashboard/ScheduleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
use CachetHQ\Cachet\Bus\Commands\Schedule\CreateScheduleCommand;
use CachetHQ\Cachet\Bus\Commands\Schedule\DeleteScheduleCommand;
use CachetHQ\Cachet\Bus\Commands\Schedule\UpdateScheduleCommand;
use CachetHQ\Cachet\Dates\DateFactory;
use CachetHQ\Cachet\Models\IncidentTemplate;
use CachetHQ\Cachet\Models\Schedule;
use GrahamCampbell\Binput\Facades\Binput;
use Illuminate\Routing\Controller;
use Illuminate\Support\Facades\View;
use Illuminate\Support\MessageBag;
use Jenssegers\Date\Date;

/**
* This is the schedule controller class.
Expand Down
1 change: 0 additions & 1 deletion app/Models/Incident.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
use CachetHQ\Cachet\Models\Traits\SearchableTrait;
use CachetHQ\Cachet\Models\Traits\SortableTrait;
use CachetHQ\Cachet\Presenters\IncidentPresenter;
use Carbon\Carbon;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
Expand Down
1 change: 0 additions & 1 deletion app/Presenters/SchedulePresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use CachetHQ\Cachet\Presenters\Traits\TimestampsTrait;
use GrahamCampbell\Markdown\Facades\Markdown;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Support\Facades\Config;
use McCool\LaravelAutoPresenter\BasePresenter;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/Bus/Events/Schedule/ScheduleWasAddedEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use CachetHQ\Cachet\Bus\Events\Schedule\ScheduleWasCreatedEvent;
use CachetHQ\Cachet\Models\Schedule;

class ScheduleWasCreatedEventTest extends AbstractScheduleEventTestCase
class ScheduleWasAddedEventTest extends AbstractScheduleEventTestCase
{
protected function objectHasHandlers()
{
Expand Down

0 comments on commit 3398e1b

Please sign in to comment.