Compare commits
1 Commits
1867e75177
...
1.0.0-rc.6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f7098d55b |
@@ -11,9 +11,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
if (config('app.env') === 'production') {
|
||||
\URL::forceScheme('https');
|
||||
}
|
||||
Schema::defaultStringLength(191);
|
||||
View::composer('Shop.layout.layout', LayoutComposer::class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user