Skip to content

Commit

Permalink
Fix Target class [Gathuku\Mpesa\InstallMpesa] does not exist.
Browse files Browse the repository at this point in the history
Import  use Gathuku\Mpesa\Console\InstallMpesa to the service provider
  • Loading branch information
bikundo authored Jun 30, 2020
1 parent b105a73 commit 7010d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MpesaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Gathuku\Mpesa;

use Illuminate\Support\ServiceProvider;
use Gathuku\Mpesa\Console\InstallMpesa;

class MpesaServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 7010d14

Please sign in to comment.