Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Correction to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
midnite81 committed Jun 17, 2016
1 parent 8556922 commit dde8ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in `app/config/app.php`.

'providers' => [

Midnite81\Plivo\MessengingServiceProvider::class
Midnite81\Plivo\MessagingServiceProvider::class
];

Expand All @@ -44,7 +44,7 @@ then dependency inject it via its contract.

Messaging::get('foo');

public function __construct(Midnite81\LaravelTwoStep\Contracts\Messaging $messaging)
public function __construct(Midnite81\Plivo\Contracts\Services\Messaging $messaging)
{
$this->messaging = $messaging;
}
Expand Down

0 comments on commit dde8ec9

Please sign in to comment.