belongsTo('App\Models\UserRole', 'user_roles_id'); } public function category() { return $this->hasMany('App\Models\Category', 'categories_id'); } }