Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sawirricardo authored and actions-user committed Feb 19, 2022
1 parent 82972ca commit 86c68a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/MidtransServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Illuminate\Support\Facades\Blade;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use Sawirricardo\Midtrans\Laravel\Midtrans;

class MidtransServiceProvider extends PackageServiceProvider
{
Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Sawirricardo\Midtrans\Laravel\Facades\Midtrans as LaravelMidtrans;

if (!function_exists('midtrans')) {
if (! function_exists('midtrans')) {
function midtrans(): \Sawirricardo\Midtrans\Midtrans
{
return app(LaravelMidtrans::class)::new();
Expand Down

0 comments on commit 86c68a5

Please sign in to comment.