Improve Extensible for User and Content Components
Upgrading from 1.0 -> 1.0.1
open config/backend/backend.php
and add this to array
/*
* built-in component models being used
*
* NOTE:
*
* The purpose of this is for extensibility, if you want to extend relationships for user/content model
* you can change this to your own and make sure to extend this models
*/
'user_model' => 'Darryldecode\Backend\Components\User\Models\User',
'content_model' => 'Darryldecode\Backend\Components\ContentBuilder\Models\Content',