fixed typo

This commit is contained in:
ghermans 2020-03-23 04:51:32 +01:00
parent bd6c3aa1df
commit cea497812e
1 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,6 @@ class LocalesTableSeeder extends Seeder
'id' => 3,
'code' => 'nl',
'name' => 'Dutch',
]
]);
]]);
}
}