Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
myagmarsurensedjav authored and github-actions[bot] committed Jul 10, 2023
1 parent 909d9fd commit 32e4784
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Facades/SimplePayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace MyagmarsurenSedjav\SimplePayment\Facades;

use Illuminate\Support\Facades\Facade;
use MyagmarsurenSedjav\SimplePayment\CheckedPayment;
use MyagmarsurenSedjav\SimplePayment\Gateways\AbstractGateway;
use MyagmarsurenSedjav\SimplePayment\PendingPayment;
use MyagmarsurenSedjav\SimplePayment\SimplePaymentManager;
Expand Down
3 changes: 0 additions & 3 deletions src/Http/Controllers/CallbackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

namespace MyagmarsurenSedjav\SimplePayment\Http\Controllers;

use Illuminate\Http\JsonResponse;
use Illuminate\Http\Response;
use Illuminate\Routing\Controller;
use Illuminate\View\View;
use MyagmarsurenSedjav\SimplePayment\Facades\SimplePayment;

class CallbackController extends Controller
Expand Down

0 comments on commit 32e4784

Please sign in to comment.