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