This commit is contained in:
Samuel Georges 2015-01-25 13:37:03 +11:00
parent f778e785d0
commit 228982ed0f
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class RelationController extends ControllerBehavior
switch ($this->relationType) {
case 'hasMany':
case 'belongsToMany':
return ['add', 'create', 'delete', 'remove'];
return ['create', 'add', 'delete', 'remove'];
case 'hasOne':
case 'belongsTo':