This commit is contained in:
2018-12-23 10:26:26 -05:00
parent bf1906e215
commit cd8c610d4a
10 changed files with 308 additions and 305 deletions

View File

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