In the Ticket model is use Illuminate\Database\Eloquent\Model but it won't work with relations to create tickets on users.
It will throw an error Call to a member function prepare() on null
It has to be use Jenssegers\Mongodb\Eloquent\Model.
Please add option to support mongoDB connection.
In the
Ticketmodel isuse Illuminate\Database\Eloquent\Modelbut it won't work with relations to create tickets on users.It will throw an error
Call to a member function prepare() on nullIt has to be
use Jenssegers\Mongodb\Eloquent\Model.Please add option to support mongoDB connection.