Skip to content

Commit

Permalink
Fix default string length for Laravel 9x
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Feb 8, 2024
1 parent f610a8a commit 73b2e69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
Schema::defaultStringLength(191);
}

/**
Expand Down

0 comments on commit 73b2e69

Please sign in to comment.