Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mgamal92 committed Oct 7, 2022
1 parent 288f8c6 commit 85998da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Facades/Paymob.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MG\PayMob\Facades;
namespace MG\Paymob\Facades;

use Illuminate\Support\Facades\Facade;

Expand Down
2 changes: 1 addition & 1 deletion src/Paymob.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace MG\PayMob;
namespace MG\Paymob;

use Illuminate\Http\Response;
use Illuminate\Support\Facades\Http;
Expand Down
2 changes: 1 addition & 1 deletion src/PaymobServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

use Illuminate\Support\Facades\Http;
use Illuminate\Support\ServiceProvider;
use MG\PayMob\Facades\Paymob;
use MG\Paymob\Facades\Paymob;

class PaymobServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 85998da

Please sign in to comment.