TIPOFF / checkout

Laravel Package for Ecommerce Checkouts
MIT License
0 stars 1 forks source link

Remove unused references to creator_id and updater_id #21

Closed kylebarney closed 3 years ago

kylebarney commented 3 years ago

These models don't use the HasCreator or HasUpdater traits and the relevant fields aren't in the migrations for the corresponding tables, so we don't need the creator_id or updater_id fields to be referenced in these models.