chore: remove .env from git and add to .gitignore
This commit is contained in:
@@ -5,6 +5,8 @@ namespace App\Providers;
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
use Illuminate\Support\Facades\URL;
|
||||
|
||||
class AppServiceProvider extends ServiceProvider
|
||||
{
|
||||
/**
|
||||
@@ -25,5 +27,6 @@ class AppServiceProvider extends ServiceProvider
|
||||
public function boot()
|
||||
{
|
||||
Schema::defaultStringLength(191);
|
||||
URL::forceScheme('https');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user