Skip to content

Commit

Permalink
improvement to mpesa
Browse files Browse the repository at this point in the history
  • Loading branch information
dedanirungu committed Aug 31, 2022
1 parent e9e55fd commit b0d8d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Entities/Url.php → Entities/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
use Modules\Base\Entities\BaseModel;
use Illuminate\Database\Schema\Blueprint;

class Url extends BaseModel
class Webhook extends BaseModel
{

protected $table = "mpesa_url";
protected $table = "mpesa_webhook";

public $migrationDependancy = [];

Expand Down

0 comments on commit b0d8d1a

Please sign in to comment.