Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RoduanKD authored and actions-user committed Feb 22, 2022
1 parent 7604537 commit f07814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LaravelMoyasarServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function configurePackage(Package $package): void
->hasRoute('web')
->hasConfigFile('moyasar')
->hasMigration('create_transactions_table');
// ->hasCommand(LaravelMoyasarCommand::class);
// ->hasCommand(LaravelMoyasarCommand::class);
}
}

0 comments on commit f07814d

Please sign in to comment.