Skip to content

Major Minor Release

Latest
Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 22 Jul 17:25
  • Renamed method parameter names in belongsTo, hasOne & hasMany. Users calling these methods using the named argument syntax will need to update their code with the new names for these parameters / arguments
    • Renamed the $foreign_key_col_in_this_models_table parameter in belongsTo, hasOne & hasMany to $relationship_col_in_my_table
    • Renamed the $foreign_key_col_in_foreign_table parameter in belongsTo, hasOne & hasMany to $relationship_col_in_foreign_table

Full Changelog: 5.0.0...5.1.0