Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rajentrivedi authored and github-actions[bot] committed Nov 24, 2023
1 parent 97a71a2 commit da31e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Facades/TransactionX.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Support\Facades\Facade;


class TransactionX extends Facade
{
protected static function getFacadeAccessor()
Expand Down
3 changes: 2 additions & 1 deletion src/TransactionXServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace RajenTrivedi\TransactionX;

use RajenTrivedi\TransactionX\Commands\TransactionXCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use RajenTrivedi\TransactionX\Commands\TransactionXCommand;

class TransactionXServiceProvider extends PackageServiceProvider
{
Expand All @@ -17,6 +17,7 @@ protected function registerMiddleware($router)
{
$router->aliasMiddleware('transaction-x', \RajenTrivedi\TransactionX\Middleware\TransactionMiddleware::class);
}

public function configurePackage(Package $package): void
{
/*
Expand Down

1 comment on commit da31e6d

@rajentrivedi
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Please sign in to comment.