<!-- DO NOT THROW THIS AWAY --> <!-- Fill out the FULL versions with patch versions --> - Laravel Version: 8.0.0 - PHP Version: 7.4 - Database Driver & Version: MySQL ### Description: There is a typo in BusServiceProvider.php line 50 on the end. You have to remove the comma. ### Steps To Reproduce: Go to vendor/laravel/framework/src/bus and open BusServiceProvider.php. Go to line 50 and remove the comma at the end.