Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bramdevries committed Dec 16, 2016
2 parents c704d72 + 527b454 commit 5a6f6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ContextServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Madewithlove\LaravelCqrsEs;

use Broadway\EventHandling\EventBusInterface;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\ServiceProvider as BaseServiceProvider;
use Madewithlove\LaravelCqrsEs\EventHandling\ReplayingEventBusInterface;

abstract class ContextServiceProvider extends ServiceProvider
abstract class ContextServiceProvider extends BaseServiceProvider
{
/**
* @var array
Expand Down

0 comments on commit 5a6f6f2

Please sign in to comment.