Fixed : #175 Error on install: Syntax error or access violation: 1071 Specified key was too long;

This commit is contained in:
cuneytsenturk
2018-01-13 17:52:50 +03:00
parent b22885b820
commit 0d495fe21e
3 changed files with 31 additions and 20 deletions

View File

@ -21,7 +21,7 @@ class EventServiceProvider extends ServiceProvider
'App\Listeners\Updates\Version110',
'App\Listeners\Updates\Version112',
'App\Listeners\Updates\Version113',
'App\Listeners\Updates\Version117',
'App\Listeners\Updates\Version118',
],
'Illuminate\Auth\Events\Login' => [
'App\Listeners\Auth\Login',