antonioribeiro / health

Laravel Health Panel
BSD 3-Clause "New" or "Revised" License
1.95k stars 197 forks source link

Ability to change model #118

Closed nope7777 closed 5 years ago

nope7777 commented 5 years ago

On some projects i use Mongodb storage with jenssegers/mongodb package, and all my models must extend Jenssegers\Mongodb\Eloquent\Model class instead of Illuminate\Database\Eloquent\Model. Ability to change model class seems to be best solution in this case.

antonioribeiro commented 5 years ago

Nice, thank you!