Merge branch 'master' of bitbucket.org:brunofontes/shareit

This commit is contained in:
Bruno F. Fontes 2018-09-17 11:06:45 -03:00
commit d7af915c55

View File

@ -3,6 +3,7 @@
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
@ -13,6 +14,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
Schema::defaultStringLength(191); //Solved by increasing StringLength
//
}