Skip to content

Commit

Permalink
Adding Bus Dispatcher to the Contracts reference
Browse files Browse the repository at this point in the history
Noticed this was missing while I was reviewing things, so just adding it in.
  • Loading branch information
machuga committed Feb 22, 2015
1 parent fbec3be commit bf3bdb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Contract | Laravel 4.x Facade
------------- | -------------
[Illuminate\Contracts\Auth\Guard](https://github.com/illuminate/contracts/blob/master/Auth/Guard.php) | Auth
[Illuminate\Contracts\Auth\PasswordBroker](https://github.com/illuminate/contracts/blob/master/Auth/PasswordBroker.php) | Password
[Illuminate\Contracts\Bus\Dispatcher](https://github.com/illuminate/contracts/blob/master/Bus/Dispatcher.php) | Bus
[Illuminate\Contracts\Cache\Repository](https://github.com/illuminate/contracts/blob/master/Cache/Repository.php) | Cache
[Illuminate\Contracts\Cache\Factory](https://github.com/illuminate/contracts/blob/master/Cache/Factory.php) | Cache::driver()
[Illuminate\Contracts\Config\Repository](https://github.com/illuminate/contracts/blob/master/Config/Repository.php) | Config
Expand Down

0 comments on commit bf3bdb2

Please sign in to comment.