Skip to content

Commit

Permalink
fix(User): rename universitie to university
Browse files Browse the repository at this point in the history
  • Loading branch information
fxleblanc committed Feb 23, 2016
1 parent 5caf7c5 commit 405dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Table/UsersTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function initialize(array $config)
$this->belongsTo(
'Universities',
[
'foreignKey' => 'universitie_id',
'foreignKey' => 'university_id',
'joinType' => 'LEFT'
]
);
Expand Down

0 comments on commit 405dafd

Please sign in to comment.