Minor
This commit is contained in:
parent
f778e785d0
commit
228982ed0f
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Reference in New Issue