This update provides greater flexibility by enabling the Laravel Workflow package to support MongoDB.
A base_model configuration option has been added to allow users to specify the base model. Now, instead of only using Illuminate\Database\Eloquent\Model::class as the base model, users can change it to other models such as Jenssegers\Mongodb\Eloquent\Model::class for MongoDB support.
By default Illuminate\Database\Eloquent\Model::class is used automatically. Unless you are using MongoDB then there is nothing that needs to be changed for your app.
See the documentation for more details.
https://laravel-workflow.com/docs/configuration/database-connection/#changing-base-model