laravel-shopify
laravel-shopify copied to clipboard
Fix 'home' route name in token view
The problem appears when we customize the name of 'home' route with something else using the config key route_names.home, while the view token.blade.php retrieves the home route with its default name 'home' .
This PR replaces the 'home' constant with dynamic value from config 'route_names.home'.
+1