Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 94197bf

Browse files
ahinkleStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 4682695 commit 94197bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MagentoServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function boot()
1313
{
1414
$this->registerPublishing();
1515
}
16-
16+
1717
/**
1818
* Register the package's publishable resources.
1919
*
@@ -35,7 +35,7 @@ public function register()
3535
{
3636
// Automatically apply the package configuration
3737
$this->mergeConfigFrom(__DIR__.'/../config/magento.php', 'magento');
38-
38+
3939
// Register the main class to use with the facade
4040
$this->app->singleton('magento', function () {
4141
return new Magento();

0 commit comments

Comments
 (0)