Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 2b305a7

Browse files
authored
fix PR
1 parent b2c4422 commit 2b305a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ShopifyApp/ShopifyAppProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ public function boot()
3838
// Shop observer
3939
$shopModel = config('shopify-app.shop_model');
4040
$shopModel::observe(ShopObserver::class);
41-
41+
4242
// Middlewares
4343
$this->app['router']->aliasMiddleware('auth.shop', \OhMyBrew\ShopifyApp\Middleware\AuthShop::class);
4444
$this->app['router']->aliasMiddleware('auth.webhook', \OhMyBrew\ShopifyApp\Middleware\AuthWebhook::class);
4545
$this->app['router']->aliasMiddleware('auth.proxy', \OhMyBrew\ShopifyApp\Middleware\AuthProxy::class);
4646
$this->app['router']->aliasMiddleware('billable', \OhMyBrew\ShopifyApp\Middleware\Billable::class);
47-
4847
}
4948

5049
/**

0 commit comments

Comments
 (0)