Skip to content

Commit

Permalink
revert: rollback abstract provider change
Browse files Browse the repository at this point in the history
  • Loading branch information
warlof committed May 17, 2020
1 parent f9513ef commit 062bffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CalendarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Seat\Kassie\Calendar;

use App\Providers\AbstractSeatPlugin;
use Illuminate\Console\Scheduling\Schedule;
use Seat\Kassie\Calendar\Observers\OperationObserver;
use Seat\Kassie\Calendar\Models\Operation;
use Seat\Kassie\Calendar\Commands\RemindOperation;
use Seat\Services\AbstractSeatPlugin;

/**
* Class CalendarServiceProvider.
Expand Down

0 comments on commit 062bffb

Please sign in to comment.