Skip to content

Commit

Permalink
🚧 (wip)
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Feb 8, 2021
1 parent e6c09fc commit 2d33deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
13 changes: 0 additions & 13 deletions src/CheckoutClient.php

This file was deleted.

4 changes: 2 additions & 2 deletions src/Facades/CheckoutFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace Lloricode\LaravelPaymaya\Facades;

use Illuminate\Support\Facades\Facade;
use Lloricode\LaravelPaymaya\CheckoutClient;
use Lloricode\Paymaya\Client\Checkout\CheckoutClient;

/**
* @mixin CheckoutClient
* @mixin \Lloricode\Paymaya\Client\Checkout\CheckoutClient
*/
class CheckoutFacade extends Facade
{
Expand Down

0 comments on commit 2d33deb

Please sign in to comment.