https://github.com/mongodb/laravel-mongodb/blob/4.8/src/MongoDBQueueServiceProvider.php#L59
The deprecation message tell to use "collection" instead of "table". But in 5.0, we removed the provider and Laravel queue use "table".
https://github.com/mongodb/laravel-mongodb/blob/4.8/src/MongoDBQueueServiceProvider.php#L59
The deprecation message tell to use "collection" instead of "table". But in 5.0, we removed the provider and Laravel queue use "table".