i am using Laravel seeder for inserting some data , it's already seeded without any errors now i added some extra data in the same file how can i run that same seeder file again...?
file_name is `2022_05_13_110617_dummyDataSeeder.php`
command i ran :- `php artisan db:seed`