Error con el largo de las keys

This commit is contained in:
Daniel Cortés
2019-06-23 00:12:42 -04:00
parent 110b0a07fc
commit 2b769dcd90

View File

@@ -2,6 +2,7 @@
namespace App\Providers; namespace App\Providers;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
@@ -23,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
// Schema;:defaultStringLength(191);
} }
} }