This commit is contained in:
Daniel Cortés
2019-06-23 00:13:55 -04:00
parent 2b769dcd90
commit 4d287d9b69

View File

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