Been using FuelPHP for awhile now, and this is the first time I've seen this. I have two models \Model\Trip and \Model\Trip_Category as seen below. When trying to delete a Trip with the code below, I receive the error "Fuel\Core\FuelException [ Error ]: Primary key on model Model\Trip_Category cannot be changed." Not sure why it would do this since it really doesn't make sense in my opinion.
Regardless of the issue, I need to be able to access the categories for a trip through $t->category and get the categories of a trip through $category->trips.