quick test
This commit is contained in:
@@ -24,6 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
|
\URL::forceScheme('https');
|
||||||
Schema::defaultStringLength(191);
|
Schema::defaultStringLength(191);
|
||||||
if(config('app.env') === 'production') {
|
if(config('app.env') === 'production') {
|
||||||
\URL::forceScheme('https');
|
\URL::forceScheme('https');
|
||||||
|
|||||||
Reference in New Issue
Block a user