NO SE ESCRIBIR!!!

This commit is contained in:
Daniel Cortés
2019-06-16 15:57:17 -04:00
parent bea31d4fd7
commit 8df6a95f95

View File

@@ -24,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function boot() public function boot()
{ {
Schema::defaultStringLenght(191); Schema::defaultStringLength(191);
} }
} }