thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Update TableChanged.php #5796

Open hazbu opened 9 months ago

hazbu commented 9 months ago

Add change type, because its parameter inserted on TableAdded, Deleted, Updated

event(new TableChanged($table->name, 'Added'));