all seeds are working but one throws exception
Call to undefined method Illuminate\Support\Facades\Lang::setContainer()
public function run()
{
DB::table('lang')->insert([
[
'lang_name' => 'Русский'
],
[
'lang_name' => 'English'
],
[
'lang_name' => 'Empty'
]
]);
}