Skip to content
Snippets Groups Projects
Commit e755b4b3 authored by Martin's avatar Martin
Browse files

Change ( Fix too long keys )

parent 30a39359
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
 
namespace App\Providers;
 
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;
 
class AppServiceProvider extends ServiceProvider
......@@ -23,6 +24,6 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
//
Schema::defaultStringLength(191);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment